X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=8b44e82efcd760cfbd17ac186e088339494b3d8e;hb=refs%2Fheads%2Fdev11;hp=9254dd8b682243e2bfed0088fbac2cf473ea413b;hpb=0a18cc59b123294641d8e2bafc3d579be1f59e77;p=pspp diff --git a/Makefile.am b/Makefile.am index 9254dd8b68..8b44e82efc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,12 +30,7 @@ AM_CPPFLAGS = \ AM_V_P ?= : -AM_CFLAGS= - -if cc_is_gcc -AM_CFLAGS+=-Wall -Wextra -Wwrite-strings -Wstrict-prototypes \ --Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -endif +AM_CFLAGS=$(WARNING_FLAGS) pkgsysconfdir = $(sysconfdir)/$(PACKAGE) @@ -88,6 +83,7 @@ include $(top_srcdir)/src/automake.mk include $(top_srcdir)/utilities/automake.mk include $(top_srcdir)/tests/automake.mk include $(top_srcdir)/doc/automake.mk +include $(top_srcdir)/Windows/automake.mk if WITH_PERL_MODULE include $(top_srcdir)/perl-module/automake.mk