On Wed, 14 Dec 2005 [EMAIL PROTECTED] wrote:
This doesn't do the job: lib_LTLIBRARIES = libmain.la modules/libmod.la libmain_la_SOURCES = main1.c main2.c libmod_la_SOURCES = modules/mod1.c modules/mod2.c libtool doesn't like directory names in the lib_LTLIBRARIES variable. But if I go ...
You need to prefix the libmod_la_SOURCES part with the directory name like
modules_libmod_la_SOURCES = Then automake should be happy. Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/