summaryrefslogtreecommitdiff
path: root/applets/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'applets/Makefile.am')
-rw-r--r--applets/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/applets/Makefile.am b/applets/Makefile.am
index e1e952db..bc2488f4 100644
--- a/applets/Makefile.am
+++ b/applets/Makefile.am
@@ -1,7 +1,11 @@
SUBDIRS = \
clock \
- fish \
- notification_area \
+ fish
+
+if ENABLE_X11
+SUBDIRS += \
+ notification_area \
wncklet
+endif
-include $(top_srcdir)/git.mk