diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-26 18:15:01 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-26 18:15:01 +0800 |
commit | 3129c1cfe22db0c52b7ecd8ecc7023d58f6cf066 (patch) | |
tree | 5dac1829abc16600db93864b2ec4bfc1e0077a4d /addressbook | |
parent | d890e1c9c9b2302e9c367dab27bb64c553208983 (diff) | |
download | gsoc2013-evolution-3129c1cfe22db0c52b7ecd8ecc7023d58f6cf066.tar.gz gsoc2013-evolution-3129c1cfe22db0c52b7ecd8ecc7023d58f6cf066.tar.zst gsoc2013-evolution-3129c1cfe22db0c52b7ecd8ecc7023d58f6cf066.zip |
enable this, as building the conduit works if you have gnome-pilot2.
2003-01-26 Chris Toshok <toshok@ximian.com>
* Makefile.am (CONDUIT_SUBDIR): enable this, as building the
conduit works if you have gnome-pilot2.
svn path=/trunk/; revision=19632
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/Makefile.am | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e712f9dba7..11e118d214 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-01-26 Chris Toshok <toshok@ximian.com> + + * Makefile.am (CONDUIT_SUBDIR): enable this, as building the + conduit works if you have gnome-pilot2. + 2003-01-25 Chris Toshok <toshok@ximian.com> * conduit/address-conduit.c: GObjectify the stuff in here that diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index b220599a94..2580fd4519 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -1,7 +1,5 @@ if ENABLE_PILOT_CONDUITS -# PENDING_PORT_WORK -# CONDUIT_SUBDIR=conduit -CONDUIT_SUBDIR= +CONDUIT_SUBDIR=conduit endif SUBDIRS = \ |