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 -2
View File
@@ -6,9 +6,11 @@ sbin_PROGRAMS=LCDd
LCDd_SOURCES= client.c client.h clients.c clients.h input.c input.h main.c main.h menuitem.c menuitem.h menu.c menu.h menuscreens.c menuscreens.h parse.c parse.h render.c render.h screen.c screen.h screenlist.c screenlist.h serverscreens.c serverscreens.h sock.c sock.h widget.c widget.h drivers.c drivers.h driver.c driver.h
LCDd_LDADD = @ldap_libs@ ../shared/libLCDstuff.a commands/libLCDcommands.a
LDADD = @ldap_libs@ ../shared/libLCDstuff.a commands/libLCDcommands.a
LCDd_LDFLAGS = -rdynamic -uget_args
if !DARWIN
AM_LDFLAGS = -rdynamic -uget_args
endif
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared