add KRB5_LIB_FUNCTION/KRB5_LIB_CALL to kcm.c
[heimdal.git] / base / Makefile.am
blob6876c4b393d568c776556be2cae12494fa5deb71
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         heimbase.c              \
21         heimbasepriv.h          \
22         heimqueue.h             \
23         null.c                  \
24         number.c                \
25         string.c
27 test_base_LDADD = $(LIB_heimbase)