3 include $(top_srcdir)/Makefile.am.common
5 INCLUDES += -I$(top_srcdir)/include
7 lib_LTLIBRARIES = libarlautil.la
9 libarlautil_la_LDFLAGS = -version-info 1:0:0
11 noinst_PROGRAMS = util-tester heaptest
15 libarlautil_la_SOURCES = \
16 hash.c list.c log.c heap.c \
17 timeval.c localtime_r.c arlamath.c
19 util_tester_SOURCES = util-tester.c
21 heaptest_SOURCES = heaptest.c
23 util_tester_LDADD = libarlautil.la $(LIB_roken)
25 heaptest_LDADD = libarlautil.la $(LIB_roken)
27 include_HEADERS = bool.h hash.h heap.h list.h log.h arlamath.h