diff options
author | raveit65 <[email protected]> | 2020-04-04 00:09:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-04 14:02:06 +0200 |
commit | 35d152c30a7133b581300e298ea13090313ea565 (patch) | |
tree | 1542ac25f44a442b960ce0ec1b2e3eb7847c62a3 /test/Makefile.am | |
parent | d38daa14f8eb4a2776a6c689b121b157d3a9525e (diff) | |
download | caja-35d152c30a7133b581300e298ea13090313ea565.tar.bz2 caja-35d152c30a7133b581300e298ea13090313ea565.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'test/Makefile.am')
-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"\" \ |