include json
[heimdal.git] / base / Makefile.am
blobec9939628d0cfc196ea48e430319d564ae64213b
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 if versionscript
10 libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
11 endif
13 include_HEADERS = heimbase.h
15 dist_libheimbase_la_SOURCES =   \
16         array.c                 \
17         baselocl.h              \
18         bool.c                  \
19         dict.c                  \
20         error.c                 \
21         heimbase.c              \
22         heimbasepriv.h          \
23         heimqueue.h             \
24         json.c                  \
25         null.c                  \
26         number.c                \
27         string.c
29 libheimbase_la_DEPENDENCIES = version-script.map
31 test_base_LDADD = libheimbase.la
33 EXTRA_DIST = NTMakefile version-script.map