diff options
author | JP Rosevear <jpr@ximian.com> | 2004-02-10 23:42:44 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-02-10 23:42:44 +0800 |
commit | 2960245710b66d0a586d83b405ff10a399da8e69 (patch) | |
tree | 09fc07324eee4a82fcbc6cbf832b449df4d04f51 | |
parent | ec5145a2ae33f76dc7adf687f0c6003b42c69931 (diff) | |
download | gsoc2013-evolution-2960245710b66d0a586d83b405ff10a399da8e69.tar.gz gsoc2013-evolution-2960245710b66d0a586d83b405ff10a399da8e69.tar.zst gsoc2013-evolution-2960245710b66d0a586d83b405ff10a399da8e69.zip |
build importers dir
2004-02-10 JP Rosevear <jpr@ximian.com>
* Makefile.am: build importers dir
svn path=/trunk/; revision=24688
-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 a76c4560d8..b3881bb116 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,7 @@ +2004-02-10 JP Rosevear <jpr@ximian.com> + + * Makefile.am: build importers dir + 2004-02-08 Rodney Dawes <dobey@ximian.com> * gui/component/addressbook-migrate.c (create_groups): Initialize the diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am index d472f0033b..0c88960b89 100644 --- a/addressbook/Makefile.am +++ b/addressbook/Makefile.am @@ -3,7 +3,7 @@ CONDUIT_SUBDIR=conduit endif SUBDIRS = \ - util printing gui $(CONDUIT_SUBDIR) + util printing gui importers $(CONDUIT_SUBDIR) EXTRA_DIST = \ ChangeLog.pre-1-4 |