X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/ff9fae99fb73d2b2176f1f9a902535edc70de54a..308dc7bdfb924370cfd205f656eb0e83191d01a9:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index cd51e9c..d69c879 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,11 +2,12 @@ AM_YFLAGS = -d -t SUBDIRS = . -AM_CFLAGS = \ - -Wall \ - -Wpointer-arith \ - -Wmissing-prototypes \ - -Wmissing-declarations +#GCC specific, should not be in distributed files +#AM_CFLAGS = \ +# -Wall \ +# -Wpointer-arith \ +# -Wmissing-prototypes \ +# -Wmissing-declarations DEFS = @DEFS@ \ -DPKGDATADIR=\"$(pkgdatadir)\"