X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=52a2e5769a8467440bf3876ef4100045189ccc2e;hb=f71eb7fe1749836ac45cc6c0015dd6d2aec4bef9;hp=cb9180e5129568c53084e424deeaf3db1d737c18;hpb=2caac965d4f675b51815be4a5ae1f305587be911;p=jansson.git diff --git a/src/Makefile.am b/src/Makefile.am index cb9180e..52a2e57 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,4 +17,7 @@ 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