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.
This commit is contained in:
Martin Storsjo
2011-11-25 23:43:25 +02:00
parent fbae8ad0ad
commit a577ba376f

View File

@@ -21,7 +21,7 @@ libjsoninclude_HEADERS = \
linkhash.h \ linkhash.h \
printbuf.h printbuf.h
libjson_la_LDFLAGS = -version-info 1:0:1 libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined
libjson_la_SOURCES = \ libjson_la_SOURCES = \
arraylist.c \ arraylist.c \