summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-17 01:47:41 +0100
committerraveit65 <[email protected]>2020-11-18 12:28:32 +0100
commitb704b0e30d2ad7672c3fa86c02f3f311327fd66a (patch)
tree2576ac9fc00c0e5befd88f4fc6a26219811761a2
parentfd294d2cc7f256f84f4a1a4ac6435fa709d5e519 (diff)
downloadmate-notification-daemon-b704b0e30d2ad7672c3fa86c02f3f311327fd66a.tar.bz2
mate-notification-daemon-b704b0e30d2ad7672c3fa86c02f3f311327fd66a.tar.xz
build: Fix make distcheck
-rw-r--r--src/daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 1cd972e..7dc0639 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -14,6 +14,7 @@ mate_notification_daemon_SOURCES = \
if ENABLE_WAYLAND
mate_notification_daemon_SOURCES += \
+ wayland.h \
wayland.c
endif