diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-08 00:22:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-08 00:22:50 +0800 |
commit | f2fca1f315c92b5af56eec204184b97666d98c5f (patch) | |
tree | 3eb894971bab9666c0e139a84117851ea71e9559 | |
parent | 52e08661fd82890ce38cfb52854cafdc66dbe5d9 (diff) | |
download | gsoc2013-evolution-f2fca1f315c92b5af56eec204184b97666d98c5f.tar.gz gsoc2013-evolution-f2fca1f315c92b5af56eec204184b97666d98c5f.tar.zst gsoc2013-evolution-f2fca1f315c92b5af56eec204184b97666d98c5f.zip |
add addressbook/tools/Makefile to AC_OUTPUT.
2003-04-07 Chris Toshok <toshok@ximian.com>
* configure.in: add addressbook/tools/Makefile to AC_OUTPUT.
svn path=/trunk/; revision=20710
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-04-07 Chris Toshok <toshok@ximian.com> + + * configure.in: add addressbook/tools/Makefile to AC_OUTPUT. + 2003-04-07 Dan Winship <danw@ximian.com> * tools/Makefile.am (privlibexec_SCRIPTS, privlibexec_PROGRAMS): diff --git a/configure.in b/configure.in index 8766b12bde..85fb2f21c1 100644 --- a/configure.in +++ b/configure.in @@ -1309,6 +1309,7 @@ addressbook/backend/pas/Makefile addressbook/backend/idl/Makefile addressbook/conduit/Makefile addressbook/printing/Makefile +addressbook/tools/Makefile art/Makefile camel/Makefile camel/providers/Makefile |