summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5947c02..ed20bc9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1,6 @@
-SUBDIRS = libxcwm xtoq
+DIST_SUBDIRS = libxcwm xtoq
+SUBDIRS = libxcwm
+
+if XTOQ
+SUBDIRS += xtoq
+endif