diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-02-10 JP Rosevear <jpr@ximian.com> + + * configure.in: Add addressbook/importers to AC_OUTPUT + 2004-02-09 JP Rosevear <jpr@ximian.com> * configure.in: bump version, requirements diff --git a/configure.in b/configure.in index 78d78fa07d..311d2d968e 100644 --- a/configure.in +++ b/configure.in @@ -1281,6 +1281,7 @@ a11y/Makefile a11y/calendar/Makefile a11y/widgets/Makefile addressbook/Makefile +addressbook/conduit/Makefile addressbook/gui/Makefile addressbook/gui/component/Makefile addressbook/gui/component/select-names/Makefile @@ -1289,7 +1290,7 @@ addressbook/gui/contact-list-editor/Makefile addressbook/gui/merging/Makefile addressbook/gui/search/Makefile addressbook/gui/widgets/Makefile -addressbook/conduit/Makefile +addressbook/importers/Makefile addressbook/printing/Makefile addressbook/util/Makefile art/Makefile |