On Mon, 14 Oct 2002 21:55:14 +0200, Ivo Timmermans said: > +libgnutls_extra_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(shell opencdk-config --libs) This won't work with a standard make. Automake tries hard not to depend on gmake, so we should not circumvent this by using a gmake feature. It should be done by configure. Salam-Shalom, Werner