summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2018-07-24 11:24:29 +0200
committerUlf Hermann <[email protected]>2018-07-25 07:13:32 +0000
commitc8dd3e3985dce3ae94bb09d6df82a516852e78c4 (patch)
treebce76ea8fceb20661707aedd33016b7f78b8e152 /lib/Makefile.am
parent4c381c95ba730e7912b829b25f817e76edcf04ea (diff)
We obviously need strdup, and it doesn't hurt to also export realloc and calloc. Change-Id: Ia4af48faaec2bcf24c3e07002711cd6153f684bf Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f429a9bb..edd669fb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -31,6 +31,7 @@ include $(top_srcdir)/config/eu.am
AM_CFLAGS += $(fpic_CFLAGS)
AM_CPPFLAGS += -I$(srcdir)/../libelf
+pkginclude_HEADERS = libeu_compat.h
noinst_LIBRARIES = libeu.a
libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \
@@ -59,6 +60,7 @@ endif
EXTRA_DIST += eu_compat.def.in
if NATIVE_PE
+
eu_compat.def: eu_compat.def.in
cp $< $@