Portability: patch by Christian Grigis <christian.grigis@smartdata.ch> to allow building the software from a directory different

This commit is contained in:
gfk
2003-08-02 00:37:10 +00:00
parent 75cd8a1112
commit d3223644a2
5 changed files with 6 additions and 4 deletions
+1
View File
@@ -2,4 +2,5 @@ SUBDIRS=drivers commands
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 = ../shared/libLCDstuff.a commands/libLCDcommands.a
LCDd_LDFLAGS = -rdynamic -uget_args
INCLUDES = -I$(top_srcdir)
+1 -1
View File
@@ -1,3 +1,3 @@
noinst_LIBRARIES = libLCDcommands.a
libLCDcommands_a_SOURCES = command_list.c command_list.h client_commands.c client_commands.h menu_commands.c menu_commands.h screen_commands.c screen_commands.h server_commands.c server_commands.h widget_commands.c widget_commands.h
INCLUDES = -I$(top_srcdir) -I..
INCLUDES = -I$(top_srcdir) -I$(srcdir)/..