From: Martin Storsjo Date: Fri, 25 Nov 2011 21:43:25 +0000 (+0200) Subject: Add -no-undefined to the libtool flags X-Git-Tag: json-c-0.10-20120530~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8%2Fhead;p=thirdparty%2Fjson-c.git Add -no-undefined to the libtool flags This allows building DLLs for windows - libtool doesn't even try to do that unless this flag is specified. --- diff --git a/Makefile.am b/Makefile.am index fe4846d6..0e8b303e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ libjsoninclude_HEADERS = \ linkhash.h \ printbuf.h -libjson_la_LDFLAGS = -version-info 1:0:1 +libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined libjson_la_SOURCES = \ arraylist.c \