allow compiling with LDFLAG "--as-needed" (Robert Buchholz)

This commit is contained in:
marschap
2006-11-25 10:54:01 +00:00
parent 9b7fa552a3
commit 53317eac47
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ bin_PROGRAMS = lcdexec
lcdexec_SOURCES = lcdexec.c menu.c menu.h
lcdexec_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
lcdexec_LDADD = ../../shared/libLCDstuff.a @ldap_libs@
AM_CPPFLAGS = -I$(top_srcdir) -DSYSCONFDIR=\"$(sysconfdir)\"