Merge pull request #90 from luke-jr/patch-1

Add -no-undefined to LDFLAGS
This commit is contained in:
Petri Lehtinen 2012-09-18 21:11:26 -07:00
commit c3fc1d7382

View file

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