X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=635176ed3dcb4263e69d08cec6f67efd3e945e88;hb=781bda140418821ad79ef513b0fd8cfbc0ce552e;hp=c7a392783d38f1f5e9f51e155af0c68aa2fa402e;hpb=7ce70533c90dc7dfc3570023144547dfb32950e1;p=jansson.git diff --git a/src/Makefile.am b/src/Makefile.am index c7a3927..635176e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,10 +11,12 @@ libjansson_la_SOURCES = \ strbuffer.h \ utf.c \ utf.h \ - util.h \ value.c libjansson_la_LDFLAGS = \ -export-symbols-regex '^json_' \ -version-info 3:0:3 +if GCC +# These flags are gcc specific AM_CFLAGS = -Wall -Wextra -Werror +endif