[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LDADD problem on Redhat 8.0 (automake 1.6.3)
From: |
Leonard mckinley |
Subject: |
LDADD problem on Redhat 8.0 (automake 1.6.3) |
Date: |
Wed, 17 Sep 2003 08:59:27 -0700 (PDT) |
A Makefile.am in our project that contains the following works fine
on automake 1.7.2-32 (SuSE 8.2) but generates an invalid Makefile on
automake 1.6.3 (Redhat 8.0). The Makefile has a bunch of uncommented
@TRUE@ lines followed by commented out lib names, right before LDADD
which is empty.
First, is this Makefile.am source valid? And if not, what should I be
doing?
LDADD = ../dira/liba.la ../dirb/libb.la
if WITH_MY_FEATURE
else
LDADD += ../dirc/libc.la
endif
Thanks,
Randall
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
- LDADD problem on Redhat 8.0 (automake 1.6.3),
Leonard mckinley <=