summaryrefslogtreecommitdiff
path: root/mate-panel/Makefile.am
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-06-17 20:39:33 +0000
committerraveit65 <[email protected]>2019-06-23 10:12:24 +0200
commit8c378192fd449f2877525ea603ca9083c202cfcb (patch)
treeda9bea375429b76209d45a7b5e0f5d5f1a1a097d /mate-panel/Makefile.am
parentffa9cef172aeb9087a59f2b78ce5362bd1bcd510 (diff)
downloadmate-panel-8c378192fd449f2877525ea603ca9083c202cfcb.tar.bz2
mate-panel-8c378192fd449f2877525ea603ca9083c202cfcb.tar.xz
Make panel-struts X11-only
Diffstat (limited to 'mate-panel/Makefile.am')
-rw-r--r--mate-panel/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index 0702c17e..e4bc90ac 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -47,7 +47,6 @@ panel_sources = \
panel-separator.c \
panel-recent.c \
panel-toplevel.c \
- panel-struts.c \
panel-frame.c \
panel-multimonitor.c \
panel-a11y.c \
@@ -70,7 +69,8 @@ panel_sources += \
panel-xutils.c \
panel-force-quit.c \
panel-action-protocol.c \
- panel-background-monitor.c
+ panel-background-monitor.c \
+ panel-struts.c
endif
panel_headers = \
@@ -102,7 +102,6 @@ panel_headers = \
panel-separator.h \
panel-recent.h \
panel-toplevel.h \
- panel-struts.h \
panel-frame.h \
panel-multimonitor.h \
panel-a11y.h \
@@ -129,7 +128,8 @@ panel_sources += \
panel-xutils.h \
panel-force-quit.h \
panel-action-protocol.h \
- panel-background-monitor.h
+ panel-background-monitor.h \
+ panel-struts.h
endif
mate_panel_SOURCES = \