summaryrefslogtreecommitdiff
path: root/mate-panel/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/Makefile.am')
-rw-r--r--mate-panel/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index e4bc90ac..4255db34 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -61,6 +61,8 @@ panel_sources = \
panel-reset.c
if ENABLE_WAYLAND
+panel_sources += \
+ wayland-backend.c
endif
if ENABLE_X11
@@ -120,6 +122,8 @@ panel_headers = \
panel-schemas.h
if ENABLE_WAYLAND
+panel_headers += \
+ wayland-backend.h
endif
if ENABLE_X11