From f3391275b7807d3523ae15175467d2396af967a3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 17 Feb 2013 18:45:45 +0100 Subject: Use newer LT_INIT macro and pass -no-undefined for proper DLL generation --- nanohttp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanohttp') 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 -- cgit v1.1-32-gdbae