diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-26 04:44:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-26 04:44:32 +0800 |
commit | e6bf297b0c8097ae98ac922d685cb2c007ea307d (patch) | |
tree | d983cdd9da6245a0f6652a61ee7be40b7c3d83c7 | |
parent | d1bf89219168042974b39e5944733848fc88fdfe (diff) | |
download | gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar.gz gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar.bz2 gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar.lz gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar.xz gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.tar.zst gsoc2013-evolution-e6bf297b0c8097ae98ac922d685cb2c007ea307d.zip |
Moved addressbook/ename to e-util/ename so generate e-util/ename/Makefile
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
* configure.in: Moved addressbook/ename to e-util/ename so
generate e-util/ename/Makefile and don't generate
addressbook/ename/Makefile
svn path=/trunk/; revision=5579
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> + + * configure.in: Moved addressbook/ename to e-util/ename so + generate e-util/ename/Makefile and don't generate + addressbook/ename/Makefile + 2000-09-23 Tuomas Kuosmanen <tigert@localhost> * art/attachment.xpm diff --git a/configure.in b/configure.in index 894fabfd9f..a5cd85185a 100644 --- a/configure.in +++ b/configure.in @@ -572,6 +572,7 @@ macros/Makefile intl/Makefile po/Makefile.in e-util/Makefile +e-util/ename/Makefile libibex/Makefile camel/Makefile camel/providers/Makefile @@ -589,7 +590,6 @@ widgets/meeting-time-sel/Makefile widgets/misc/Makefile widgets/shortcut-bar/Makefile addressbook/Makefile -addressbook/ename/Makefile addressbook/conduit/Makefile addressbook/contact-editor/Makefile addressbook/printing/Makefile |