diff options
| author | Ulf Hermann <[email protected]> | 2018-07-24 11:24:29 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2018-07-25 07:13:32 +0000 |
| commit | c8dd3e3985dce3ae94bb09d6df82a516852e78c4 (patch) | |
| tree | bce76ea8fceb20661707aedd33016b7f78b8e152 /lib/Makefile.am | |
| parent | 4c381c95ba730e7912b829b25f817e76edcf04ea (diff) | |
Add a header for eu_compat.dll, and export more functionsQtCreator4.8.1QtCreator4.8.0-rc1QtCreator4.8.0-beta2QtCreator4.8.0-beta1QtCreator4.8.04.8
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.am | 2 |
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 $< $@ |
