diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-09 06:44:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-09 06:44:05 +0800 |
commit | 97fffee6d70a12cbc02be95d3ffbdc205504bb16 (patch) | |
tree | 8d00d4fd75a616d965fabec50254d87eddc70347 /addressbook | |
parent | f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9 (diff) | |
download | gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar.gz gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar.bz2 gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar.lz gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar.xz gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.tar.zst gsoc2013-evolution-97fffee6d70a12cbc02be95d3ffbdc205504bb16.zip |
add printing back in.
2002-11-08 Chris Toshok <toshok@ximian.com>
* Makefile.am (SUBDIRS): add printing back in.
svn path=/trunk/; revision=18676
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 5a63f33ca3..b220599a94 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,10 +1,8 @@ if ENABLE_PILOT_CONDUITS # PENDING_PORT_WORK # CONDUIT_SUBDIR=conduit +CONDUIT_SUBDIR= endif SUBDIRS = \ - backend gui $(CONDUIT_SUBDIR) - -# PENDING_PORT_WORK -# SUBDIRS = ... printing + backend printing gui $(CONDUIT_SUBDIR) |