From 080eaec6cb57cf5f83cd271dcb12db528ddf9579 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 6 Nov 2002 08:41:35 +0000 Subject: only build the backend and gui dirs for now. printing and conduits are 2002-11-06 Chris Toshok * Makefile.am (SUBDIRS): only build the backend and gui dirs for now. printing and conduits are no-man's land at present. * addressbook/gui/merging/e-card-merging.[ch]: Port to GObject/gnome2. svn path=/trunk/; revision=18595 --- addressbook/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'addressbook/Makefile.am') diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 9aad9c1b30..5a63f33ca3 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,7 +1,10 @@ if ENABLE_PILOT_CONDUITS -CONDUIT_SUBDIR=conduit +# PENDING_PORT_WORK +# CONDUIT_SUBDIR=conduit endif SUBDIRS = \ - backend printing gui $(CONDUIT_SUBDIR) + backend gui $(CONDUIT_SUBDIR) +# PENDING_PORT_WORK +# SUBDIRS = ... printing -- cgit v1.2.3