Browse Source

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.
tags/json-c-0.10-20120530
Martin Storsjo 14 years ago
parent
commit
a577ba376f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -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 \


Loading…
Cancel
Save