14 lines
348 B
Makefile
14 lines
348 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
|
|
|
|
libLCDstuff_a_LIBADD = @LIBOBJS@
|
|
|
|
AM_CPPFLAGS = @ldap_includes@ -I$(top_srcdir)
|
|
|
|
EXTRA_DIST = Makefile.in
|
|
|
|
## EOF
|