2002-04-26 00:00:31 +00:00
|
|
|
SUBDIRS=drivers commands
|
1999-12-11 19:33:35 +00:00
|
|
|
sbin_PROGRAMS=LCDd
|
2002-05-26 19:21:23 +00:00
|
|
|
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 configfile.c configfile.h drivers.c drivers.h driver.c driver.h
|
2002-04-26 00:00:31 +00:00
|
|
|
LCDd_LDADD = ../shared/libLCDstuff.a commands/libLCDcommands.a
|
2001-05-25 03:14:27 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)
|