From 842fa492301e530d08bd56225a89cae1e5c8545c Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 14 Aug 2000 03:15:49 +0000 Subject: add address-conduit.h 2000-08-13 Chris Toshok * conduit/Makefile.am (libaddress_conduit_la_SOURCES): add address-conduit.h * Makefile.am (CONDUIT_SUBDIR): only set subdir if ENABLE_PILOT_CONDUITS is set. svn path=/trunk/; revision=4834 --- addressbook/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook/Makefile.am') diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 92b5fe5607..66581af8ed 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,2 +1,7 @@ +if ENABLE_PILOT_CONDUITS +CONDUIT_SUBDIR=conduit +endif + SUBDIRS = \ - ename backend printing contact-editor gui conduit + ename backend printing contact-editor gui $(CONDUIT_SUBDIR) + -- cgit v1.2.3