use pre-generated certs/keys
[heimdal.git] / base / Makefile.am
blob66222099d383a9f727513404e41b9ec152cd58a7
2 include $(top_srcdir)/Makefile.am.common
4 lib_LTLIBRARIES = libheimbase.la
5 check_PROGRAMS = test_base
7 libheimbase_la_LDFLAGS = -version-info 1:0:0
9 TESTS = test_base
11 if versionscript
12 libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
13 endif
15 include_HEADERS = heimbase.h
17 dist_libheimbase_la_SOURCES =   \
18         array.c                 \
19         baselocl.h              \
20         bool.c                  \
21         dict.c                  \
22         error.c                 \
23         heimbase.c              \
24         heimbasepriv.h          \
25         heimqueue.h             \
26         json.c                  \
27         null.c                  \
28         number.c                \
29         string.c
31 libheimbase_la_DEPENDENCIES = version-script.map
33 test_base_LDADD = libheimbase.la
35 EXTRA_DIST = NTMakefile version-script.map