From eee37ace9b14284d44eed8049f25ac390a0c1dc1 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 16 Aug 2016 08:07:50 -0400 Subject: build-gui: fix build when xdmcp is disabled --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1