summaryrefslogtreecommitdiff
path: root/eel/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-04 00:09:20 +0200
committerraveit65 <[email protected]>2020-04-04 14:02:06 +0200
commit35d152c30a7133b581300e298ea13090313ea565 (patch)
tree1542ac25f44a442b960ce0ec1b2e3eb7847c62a3 /eel/Makefile.am
parentd38daa14f8eb4a2776a6c689b121b157d3a9525e (diff)
downloadcaja-35d152c30a7133b581300e298ea13090313ea565.tar.bz2
caja-35d152c30a7133b581300e298ea13090313ea565.tar.xz
use MATE_COMPILE_WARNINGS from mate-common
Diffstat (limited to 'eel/Makefile.am')
-rw-r--r--eel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am
index cf886ce4..e999b453 100644
--- a/eel/Makefile.am
+++ b/eel/Makefile.am
@@ -7,7 +7,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
$(CORE_CFLAGS) \
- $(WARNING_CFLAGS) \
+ $(WARN_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \
-DDATADIR=\""$(datadir)"\" \
-DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \