From a577ba376fcbd39ce1e5c7ca4533203386fed916 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 25 Nov 2011 23:43:25 +0200 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5