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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a577ba376fcbd39ce1e5c7ca4533203386fed916;p=json-c 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 fe4846d..0e8b303 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 \