automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Controlling the order of installation


From: Philip Willoughby
Subject: Controlling the order of installation
Date: Tue, 26 Nov 2002 10:49:08 +0000 (GMT)

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
address@hidden@

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 address@hidden | tr "bizndfohces" "pwgd9ociaku"

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]