Files
heimdal/base/Makefile.am
Love Hörnquist Åstrand 6a6bb430e7 test test_base
2011-11-21 20:34:35 -08:00

36 lines
625 B
Makefile

include $(top_srcdir)/Makefile.am.common
lib_LTLIBRARIES = libheimbase.la
check_PROGRAMS = test_base
libheimbase_la_LDFLAGS = -version-info 1:0:0
TESTS = test_base
if versionscript
libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
endif
include_HEADERS = heimbase.h
dist_libheimbase_la_SOURCES = \
array.c \
baselocl.h \
bool.c \
dict.c \
error.c \
heimbase.c \
heimbasepriv.h \
heimqueue.h \
json.c \
null.c \
number.c \
string.c
libheimbase_la_DEPENDENCIES = version-script.map
test_base_LDADD = libheimbase.la
EXTRA_DIST = NTMakefile version-script.map