I have:

lib_LTLIBRARIES=libaptttest.la
libaptttest_la_SOURCES=aptt/test/test.c
libaptttest_la_LIBADD=libapttlog.la @LTLIBINTL@

pkglib_LTLIBRARIES=libapttlog.la
libapttlog_la_SOURCES=aptt/log/log.c
libapttlog_la_LIBADD=@LIBLTDL@

in a Makefile.am.  Unfortunately, automake does not recognise that
libapttlog.la must be installed prior to the installation of
libaptttest.la.

Is there a way to hint to automake that the order is important without
moving to recursive make?  Alternatively, does anyone have a patch to
automagically do the right thing?

Regards,

Philip Willoughby

Systems Programmer, Department of Computing, Imperial College, London, UK
-- 
echo [EMAIL PROTECTED] | tr "bizndfohces" "pwgd9ociaku"

Why reinvent the wheel? . . . . . . . . . Because we can make it rounder...


Reply via email to