diff options
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 |