1999-12-11 19:33:35 +00:00
|
|
|
SUBDIRS=drivers
|
|
|
|
|
sbin_PROGRAMS=LCDd
|
2001-12-30 00:15:25 +00:00
|
|
|
LCDd_SOURCES= client_data.c client_data.h client_functions.c client_functions.h client_menu.h clients.c clients.h input.c input.h main.c main.h menu.c menu.h menus.c menus.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 configfile.c configfile.h drivers.c drivers.h driver.c driver.h
|
2001-09-26 22:29:00 +00:00
|
|
|
LCDd_LDADD = drivers/libLCDdrivers.a ../shared/libLCDstuff.a @LIBCURSES@ @LIBIRMAN@ @LIBLIRC_CLIENT@ @LIBSVGA@
|
2001-05-25 03:14:27 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)
|