Add -no-undefined to LDFLAGS

This tells libtool that jansson does not require any external symbols, and allows building it as a shared library (DLL) on Windows.
This commit is contained in:
Luke Dashjr
2012-09-15 08:43:46 +00:00
parent 7c707a73a2
commit c922354076

View File

@@ -14,6 +14,7 @@ libjansson_la_SOURCES = \
util.h \
value.c
libjansson_la_LDFLAGS = \
-no-undefined \
-export-symbols-regex '^json_' \
-version-info 1:1:1