summaryrefslogtreecommitdiffstats
path: root/nanohttp
diff options
context:
space:
mode:
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