summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2016-08-16 08:07:50 -0400
committerRay Strode <rstrode@redhat.com>2016-08-16 08:07:50 -0400
commiteee37ace9b14284d44eed8049f25ac390a0c1dc1 (patch)
tree540b54383d2185cc84dd32df3f4b3957dcf05d8e
parent5fb1589c02069c9ca6b401329eb20bb76cc89e29 (diff)
downloadgdm-eee37ace9b14284d44eed8049f25ac390a0c1dc1.tar.gz
build-gui: fix build when xdmcp is disabled
-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