add an invalid protection level to the enum
[heimdal.git] / base / Makefile.am
blob4be434816b308b2d10de79f216c9f8b581801756
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)
29 EXTRA_DIST = NTMakefile version-script.map