make lcdproc compile under Darwin/Mac OS X based on patch by Eric Pooch

This commit is contained in:
marschap
2006-02-04 19:38:09 +00:00
parent 226f053549
commit fe248c7476
4 changed files with 19 additions and 3 deletions
+4
View File
@@ -6,6 +6,10 @@ lcdproc_SOURCES = main.c main.h mode.c mode.h batt.c batt.h chrono.c chrono.h cp
lcdproc_LDADD = @ldap_libs@ ../../shared/libLCDstuff.a
if DARWIN
AM_LDFLAGS = -framework CoreFoundation -framework IOKit
endif
AM_CPPFLAGS = -I$(top_srcdir)
## EOF