2006-01-16 19:36:58 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
1999-12-11 19:33:35 +00:00
|
|
|
noinst_LIBRARIES = libLCDstuff.a
|
2006-01-16 19:36:58 +00:00
|
|
|
|
2006-09-10 11:25:55 +00:00
|
|
|
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h configfile.c configfile.h debug.h report.c report.h snprintf.c snprintf.h
|
2003-12-25 15:02:34 +00:00
|
|
|
|
2006-01-16 19:36:58 +00:00
|
|
|
libLCDstuff_a_LIBADD = @LIBOBJS@
|
|
|
|
|
|
2007-04-14 07:54:27 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
2003-12-25 15:02:34 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = Makefile.in
|
2006-01-16 19:36:58 +00:00
|
|
|
|
|
|
|
|
## EOF
|