diff options
author | raveit65 <[email protected]> | 2020-04-04 00:09:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-04 12:59:32 +0200 |
commit | 40a638b9d27cc269e97e265e76deec17e3a4b385 (patch) | |
tree | 32cb5cca9e231cbd9e311245b89286f47f6f24de /test | |
parent | faffea78d76434ab29f39a0d907f17f2034a8717 (diff) | |
download | caja-40a638b9d27cc269e97e265e76deec17e3a4b385.tar.bz2 caja-40a638b9d27cc269e97e265e76deec17e3a4b385.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"\" \ |