From 4d80f6d3150d19060b78dc4f32541ac0f6bbe383 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 24 May 2004 18:54:53 +0000 Subject: add tools back to the build. 2004-05-24 Chris Toshok * Makefile.am (SUBDIRS): add tools back to the build. svn path=/trunk/; revision=26066 --- addressbook/ChangeLog | 4 ++++ 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,3 +1,7 @@ +2004-05-24 Chris Toshok + + * Makefile.am (SUBDIRS): add tools back to the build. + 2004-05-24 Chris Toshok * tools/Makefile.am: fix this for current build foo. 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 -- cgit