diff options
author | raveit65 <[email protected]> | 2020-04-04 00:09:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:45:24 +0200 |
commit | 5600eb0d3819db43bb1a58b54d55f6db19ab1bd0 (patch) | |
tree | 8424230e1758346353504debc18a4adb4df13e32 /test | |
parent | 382f8de466127f469f345d52b863aedf04bc0cc4 (diff) | |
download | caja-5600eb0d3819db43bb1a58b54d55f6db19ab1bd0.tar.bz2 caja-5600eb0d3819db43bb1a58b54d55f6db19ab1bd0.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 18093047..ada26435 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,7 @@ NULL= AM_CPPFLAGS =\ -I$(top_srcdir) \ $(CORE_CFLAGS) \ - $(WARNING_CFLAGS) \ + $(WARN_CFLAGS) \ -DVERSION="\"$(VERSION)\"" \ -DCAJA_DATADIR=\""$(datadir)/caja"\" \ -DMATELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ |