Files
lcdproc/shared/Makefile.am
T
mmdolze 287b933e79 Introduce a ring buffer implementation for server's network input. As a
result, clients are not disconnected due to sending large messages.
2010-01-19 22:49:51 +00:00

14 lines
374 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libLCDstuff.a
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 sring.c sring.h
libLCDstuff_a_LIBADD = @LIBOBJS@
AM_CPPFLAGS = -I$(top_srcdir)
EXTRA_DIST = getopt.c getopt1.c getopt.h defines.h
## EOF