summaryrefslogtreecommitdiff
path: root/mate-panel/Makefile.am
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-07-09 20:40:41 +0000
committerraveit65 <[email protected]>2019-07-12 23:19:58 +0200
commit71f796cdf6bf15fd986ea3edf91da2380488dc3b (patch)
treebd9427ec1c667fa2f142533f34cfe7813022323a /mate-panel/Makefile.am
parentf6c0d20f955d7c5d7798f7044f7e5de462c90410 (diff)
downloadmate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.bz2
mate-panel-71f796cdf6bf15fd986ea3edf91da2380488dc3b.tar.xz
Fix GTK Layer Shell include and CFLAGS
Diffstat (limited to 'mate-panel/Makefile.am')
-rw-r--r--mate-panel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index 4255db34..bd806487 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/mate-panel/libpanel-util \
-DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPANELDATADIR=\""$(datadir)/mate-panel"\" \
- $(DISABLE_DEPRECATED_CFLAGS)
+ $(DISABLE_DEPRECATED_CFLAGS) \
$(GTK_LAYER_SHELL_CFLAGS)
AM_CFLAGS = $(WARN_CFLAGS)