diff options
author | Chris Toshok <toshok@ximian.com> | 2004-05-25 02:54:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-05-25 02:54:53 +0800 |
commit | 4d80f6d3150d19060b78dc4f32541ac0f6bbe383 (patch) | |
tree | ae02a0517d9dcd49aa1ed91c28a2b122014ae926 /addressbook | |
parent | 9b2ab206c225392b204b62db389f387bba6103f9 (diff) | |
download | gsoc2013-evolution-4d80f6d3150d19060b78dc4f32541ac0f6bbe383.tar.gz gsoc2013-evolution-4d80f6d3150d19060b78dc4f32541ac0f6bbe383.tar.zst gsoc2013-evolution-4d80f6d3150d19060b78dc4f32541ac0f6bbe383.zip |
add tools back to the build.
2004-05-24 Chris Toshok <toshok@ximian.com>
* Makefile.am (SUBDIRS): add tools back to the build.
svn path=/trunk/; revision=26066
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/Makefile.am | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 53b021843f..9848001dfc 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2004-05-24 Chris Toshok <toshok@ximian.com> + * Makefile.am (SUBDIRS): add tools back to the build. + +2004-05-24 Chris Toshok <toshok@ximian.com> + * tools/Makefile.am: fix this for current build foo. * tools/evolution-addressbook-export-list-folders.c, diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 0c88960b89..d307057f02 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -3,9 +3,7 @@ CONDUIT_SUBDIR=conduit endif SUBDIRS = \ - util printing gui importers $(CONDUIT_SUBDIR) + util printing gui importers tools $(CONDUIT_SUBDIR) EXTRA_DIST = \ ChangeLog.pre-1-4 - -# XXX tools
\ No newline at end of file |