1noinst_LTLIBRARIES = library.la
2
3library_la_LIBADD =  @LTLIBOBJS@ @LTALLOCA@ $(LIBTHREAD) $(LIBADD_DL) \
4         $(SOCKET_LIBS)
5
6library_la_DEPENDENCIES =  @LTLIBOBJS@ @LTALLOCA@
7
8# These are to be included *always*, the rest are driven by configure.in
9library_la_SOURCES = \
10       getopt.c getopt1.c md5.c avltrees.c rbtrees.c lock.c \
11       strspell.c regex.c socketx.c pointer-set.c
12
13noinst_HEADERS = \
14       obstack.h poll_.h getopt.h md5.h ansidecl.h strspell.h lock.h \
15       mathl.h trigl.h avltrees.h rbtrees.h trigl.c sincosl.c getaddrinfo.h \
16       socketx.h ltdl_.h regex.h pointer-set.h
17
18DISTCLEANFILES = poll.h ltdl.h
19
20