diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-10-23 02:03:15 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-10-23 02:03:15 +0800 |
commit | 5fe8acce36686deff3df07434e454ec90acd5f8e (patch) | |
tree | fe937b3145ac976a169e6f1d6be10c31c2eddde6 | |
parent | ec6356db4e31a893ea433be11f06fe67cc9bfb3e (diff) | |
download | gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar.gz gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar.bz2 gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar.lz gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar.xz gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.tar.zst gsoc2013-evolution-5fe8acce36686deff3df07434e454ec90acd5f8e.zip |
Removed addressbook/tools/Makefile from AC_OUTPUT
2003-10-22 Rodney Dawes <dobey@ximian.com>
* configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT
svn path=/trunk/; revision=22992
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-10-22 Rodney Dawes <dobey@ximian.com> + + * configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT + 2003-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed pedantic pgp/mime configure flag. diff --git a/configure.in b/configure.in index bc062ae34c..9b45dc3326 100644 --- a/configure.in +++ b/configure.in @@ -1329,7 +1329,6 @@ addressbook/backend/pas/Makefile addressbook/backend/idl/Makefile addressbook/conduit/Makefile addressbook/printing/Makefile -addressbook/tools/Makefile addressbook/util/Makefile art/Makefile camel/Makefile |