summaryrefslogtreecommitdiffstats
path: root/nanohttp
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-17 18:45:45 +0100
committerGravatar Martin Szulecki2013-02-17 18:45:45 +0100
commitf3391275b7807d3523ae15175467d2396af967a3 (patch)
treef327b2e84906230afc0500048d0e6ba3ad70e2ec /nanohttp
parent1f3b90009c3a23f1506a900601874e205224c6aa (diff)
downloadcsoap-f3391275b7807d3523ae15175467d2396af967a3.tar.gz
csoap-f3391275b7807d3523ae15175467d2396af967a3.tar.bz2
Use newer LT_INIT macro and pass -no-undefined for proper DLL generation
Diffstat (limited to 'nanohttp')
-rw-r--r--nanohttp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am
index a82cd00..6e05dac 100644
--- a/nanohttp/Makefile.am
+++ b/nanohttp/Makefile.am
@@ -38,6 +38,6 @@ libnanohttp_la_SOURCES+=nanohttp-ssl.c
libnanohttp_la_HEADERS+=nanohttp-ssl.h
endif
-libnanohttp_la_LDFLAGS= -version-info @nanohttp_version@ -release @nanohttp_release@
+libnanohttp_la_LDFLAGS= -version-info @nanohttp_version@ -release @nanohttp_release@ $(LIB_EXTRA_LDFLAGS)
libnanohttp_la_CFLAGS=-I${top_srcdir} -D__NHTTP_INTERNAL=1