diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 16:41:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 16:41:35 +0800 |
commit | 080eaec6cb57cf5f83cd271dcb12db528ddf9579 (patch) | |
tree | 69e4a64561724c3d08a3580e56ad260c6db90fc8 /addressbook/Makefile.am | |
parent | c6582c9265a5bdef322225dc637375ba2e7562d0 (diff) | |
download | gsoc2013-evolution-080eaec6cb57cf5f83cd271dcb12db528ddf9579.tar.gz gsoc2013-evolution-080eaec6cb57cf5f83cd271dcb12db528ddf9579.tar.zst gsoc2013-evolution-080eaec6cb57cf5f83cd271dcb12db528ddf9579.zip |
only build the backend and gui dirs for now. printing and conduits are
2002-11-06 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'addressbook/Makefile.am')
-rw-r--r-- | addressbook/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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 |