From 70554938d4f9ba5b347cd4bc8001428e905198e4 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 3 Jan 2017 14:32:05 +0100 Subject: Client-only builds with --disable-server https://fedorahosted.org/freeipa/ticket/6517 Reviewed-By: Simo Sorce Reviewed-By: Tomas Krizek --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 30ad9bb55..b12a77e53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,14 @@ ACLOCAL_AMFLAGS = -I m4 +if ENABLE_SERVER + SERVER_SUBDIRS = daemons init install ipaserver +else + SERVER_SUBDIRS = +endif IPACLIENT_SUBDIRS = ipaclient ipalib ipapython -SUBDIRS = asn1 util client contrib daemons init install $(IPACLIENT_SUBDIRS) ipaplatform ipaserver ipatests po +SUBDIRS = asn1 util client contrib po \ + $(IPACLIENT_SUBDIRS) ipaplatform ipatests $(SERVER_SUBDIRS) + MOSTLYCLEANFILES = ipasetup.pyc ipasetup.pyo \ ignore_import_errors.pyc ignore_import_errors.pyo \ -- cgit