HEIMDAL: Supply krb5_context to _krb5_internal_hmac to allow logging
[heimdal.git] / base / Makefile.am
blob7d22ed325d772f8a84295662008733c95f14a3c8
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         bsearch.c               \
21         bool.c                  \
22         data.c                  \
23         dict.c                  \
24         error.c                 \
25         heimbase.c              \
26         heimbasepriv.h          \
27         heimqueue.h             \
28         json.c                  \
29         null.c                  \
30         number.c                \
31         string.c
33 libheimbase_la_DEPENDENCIES = version-script.map
35 test_base_LDADD = libheimbase.la
37 EXTRA_DIST = NTMakefile version-script.map