]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - crypto/heimdal/base/Makefile.am
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / crypto / heimdal / base / Makefile.am
1
2 include $(top_srcdir)/Makefile.am.common
3
4 lib_LTLIBRARIES = libheimbase.la
5 check_PROGRAMS = test_base
6
7 libheimbase_la_LDFLAGS = -version-info 1:0:0
8
9 if versionscript
10 libheimbase_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
11 endif
12
13 include_HEADERS = heimbase.h
14
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
26
27 libheimbase_la_DEPENDENCIES = version-script.map
28
29 test_base_LDADD = $(LIB_heimbase)
30
31 EXTRA_DIST = NTMakefile version-script.map