Make getpwnam_r() check work on Ubuntu
[heimdal.git] / base / Makefile.am
blob639136f79c3fe8d2d599680f59a8df1c288fece2
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 libheimbase_la_DEPENDENCIES = version-script.map
29 test_base_LDADD = $(LIB_heimbase)
31 EXTRA_DIST = NTMakefile version-script.map