diff options
author | rbuj <[email protected]> | 2019-09-25 16:35:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-30 21:19:42 +0200 |
commit | 04657b8f6ef57fe5f6b620dbfe6db8b9a097ad9b (patch) | |
tree | 7504f2c94a6998634739e8d059176353186cfc12 /caja | |
parent | f25804efa335294b633759e19ae8d4964bd9614e (diff) | |
download | engrampa-04657b8f6ef57fe5f6b620dbfe6db8b9a097ad9b.tar.bz2 engrampa-04657b8f6ef57fe5f6b620dbfe6db8b9a097ad9b.tar.xz |
Use mate-compiler-flags.m4 provided by mate-common
USAGE: ./autogen.sh --enable-compile-warnings=no/minimum/yes/maximum/error@
If --enable-compile-warnings is not provided, the default is
--enable-compile-warnings=yes
Diffstat (limited to 'caja')
-rw-r--r-- | caja/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caja/Makefile.am b/caja/Makefile.am index 85da23e..4821897 100644 --- a/caja/Makefile.am +++ b/caja/Makefile.am @@ -1,4 +1,5 @@ AM_CPPFLAGS = \ + $(WARN_CFLAGS) \ -DFR_DATADIR=\"$(datadir)\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ |