X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=7da78b821575eb98f1a703bce14a7c654fff4fc0;hb=889f2959581f6aba4ed7b1afa1bc7961c3c78c43;hp=f14bbaaa9d314efd0bd23d0096f6509115f0d51b;hpb=4be9e9e7fe54ae2fe6f63d39a8209b41e878196d;p=jansson.git diff --git a/src/Makefile.am b/src/Makefile.am index f14bbaa..7da78b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,9 +17,9 @@ libjansson_la_SOURCES = \ value.c libjansson_la_LDFLAGS = \ -export-symbols-regex '^json_' \ - -version-info 3:0:3 + -version-info 6:0:2 if GCC # These flags are gcc specific -AM_CFLAGS = -Wall -Wextra -Werror +AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -Werror endif