X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=4f2a58db3193f0441f2e9209f6b423dca1abf660;hb=HEAD;hp=20483b6510a3e74042d59f3ec869a26631c8057e;hpb=6825c2c706276312593cfe3cb770df644a539c21;p=jansson.git diff --git a/src/Makefile.am b/src/Makefile.am index 20483b6..4f2a58d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ libjansson_la_SOURCES = \ hashtable.h \ jansson_private.h \ load.c \ + memory.c \ pack_unpack.c \ strbuffer.c \ strbuffer.h \ @@ -16,9 +17,9 @@ libjansson_la_SOURCES = \ value.c libjansson_la_LDFLAGS = \ -export-symbols-regex '^json_' \ - -version-info 3:0:3 + -version-info 4:0:0 if GCC # These flags are gcc specific -AM_CFLAGS = -Wall -Wextra -Werror +AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -Werror endif