summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7fcfd2b2..aeea8b64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,11 +5,15 @@ SUBDIRS = \
common \
daemon \
libgdm \
- chooser \
utils \
po \
tests \
$(NULL)
+
+if XDMCP_SUPPORT
+SUBDIRS += chooser
+endif
+
if ENABLE_DOCUMENTATION
SUBDIRS += docs
endif