diff options
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0ad1b8e736..5748093c57 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Chris Toshok <toshok@ximian.com> + + * Makefile.am (SUBDIRS): add tools. + 2003-04-07 Gilbert Fang <gilbert.fang@sun.com> [ fixes bug #23036 ] diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index 2580fd4519..5f8aeb09ca 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -3,4 +3,4 @@ CONDUIT_SUBDIR=conduit endif SUBDIRS = \ - backend printing gui $(CONDUIT_SUBDIR) + backend printing gui tools $(CONDUIT_SUBDIR) |