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 = lcdvc
lcdvc_SOURCES = lcdvc.c lcdvc.h lcd_link.c lcd_link.h vc_link.c vc_link.h
lcdvc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
lcdvc_LDADD = ../../shared/libLCDstuff.a @ldap_libs@
if DARWIN
AM_LDFLAGS = -framework CoreFoundation -framework IOKit