diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-09 14:38:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-09 14:38:07 +0800 |
commit | eb593f44a6b1eb499973645f7c8a9be298ad3b82 (patch) | |
tree | e7bb40e7ac5cb0931b53f73d76acca4b2ee9039e | |
parent | 5c58686c8ef72be5ed8a2d4469b3556f80d4b81c (diff) | |
download | gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar.gz gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar.bz2 gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar.lz gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar.xz gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.tar.zst gsoc2013-evolution-eb593f44a6b1eb499973645f7c8a9be298ad3b82.zip |
Added addressbook/gui/merging/Makefile.
2001-06-09 Christopher James Lahey <clahey@ximian.com>
* configure.in: Added addressbook/gui/merging/Makefile.
svn path=/trunk/; revision=10171
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-06-09 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Added addressbook/gui/merging/Makefile. + 2001-06-08 Jason Leach <jleach@ximian.com> * my-evolution/Makefile.am (INCLUDES): builddir != srcdir fix. diff --git a/configure.in b/configure.in index bb5fbcf06a..73b00fd7a0 100644 --- a/configure.in +++ b/configure.in @@ -970,6 +970,7 @@ addressbook/backend/idl/Makefile addressbook/backend/pas/Makefile addressbook/backend/ebook/Makefile addressbook/gui/Makefile +addressbook/gui/merging/Makefile addressbook/gui/widgets/Makefile addressbook/gui/search/Makefile addressbook/gui/component/Makefile |