make lcdproc compile under Darwin/Mac OS X based on patch by Eric Pooch
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user