At Tue, 03 Dec 2002 02:22:45 +1100, Michael Lake wrote: > src/Makefile.am:ekepoint_LDADD = -L../lib/.libs -lekepoint $(ECORE_LIBS) > $(EVAS_LIBS)
K, wtf is that? if you have already sacrificed yourself to libtool, why are you working around it? iirc, you should just point to the .la (using -L and -l. as if the normal -l understood .la) -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
