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/ChangeLog | 8 ++++++++ addressbook/Makefile.am | 7 ++++++- addressbook/conduit/Makefile.am | 3 ++- 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 772fcd052e..515ab337b2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +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. + 2000-08-13 Chris Toshok * Makefile.am (SUBDIRS): add conduit subdir. 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) + diff --git a/addressbook/conduit/Makefile.am b/addressbook/conduit/Makefile.am index 056045001f..c45e24714d 100644 --- a/addressbook/conduit/Makefile.am +++ b/addressbook/conduit/Makefile.am @@ -26,7 +26,8 @@ address_conduitsdir=$(libdir)/gnome-pilot/conduits address_conduits_LTLIBRARIES = libaddress_conduit.la libaddress_conduit_la_SOURCES = \ - address-conduit.c + address-conduit.c \ + address-conduit.h # address-conduit.c: my_gnomecal_idl -- cgit v1.2.3