diff options
author | Martin Szulecki | 2013-02-17 18:45:45 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-17 18:45:45 +0100 |
commit | f3391275b7807d3523ae15175467d2396af967a3 (patch) | |
tree | f327b2e84906230afc0500048d0e6ba3ad70e2ec /nanohttp | |
parent | 1f3b90009c3a23f1506a900601874e205224c6aa (diff) | |
download | csoap-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.am | 2 |
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 |