X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=b571440544eea389860dda85ffab45d3b32ce8a4;hb=refs%2Fheads%2Fctables7;hp=5967656765c580e84dfe9554036ad2a48f7596af;hpb=f22edc385038b2d29f72af8f9fa882574493f72c;p=pspp diff --git a/Makefile.am b/Makefile.am index 5967656765..b571440544 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,18 +24,13 @@ BUILT_SOURCES = built-sources: $(BUILT_SOURCES) AM_CPPFLAGS = \ - -I$(top_srcdir)/gl \ - -I$(top_builddir)/gl \ + -I"$(top_srcdir)/gl" \ + -I"$(top_builddir)/gl" \ -DINSTALLDIR=\"$(bindir)\" 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)