diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:12:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:12:04 +0800 |
commit | 1abcbe057eb959e330ed8fccfed2e71eecad0bf4 (patch) | |
tree | 48a338dcbd70c89a6d473007b564a050ed8433c0 | |
parent | e803f7866a401d2dbef484f032cdefa8287be33f (diff) | |
download | gsoc2013-evolution-1abcbe057eb959e330ed8fccfed2e71eecad0bf4.tar.gz gsoc2013-evolution-1abcbe057eb959e330ed8fccfed2e71eecad0bf4.tar.zst gsoc2013-evolution-1abcbe057eb959e330ed8fccfed2e71eecad0bf4.zip |
Don't generate libibex/Makefile anymore.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Don't generate libibex/Makefile anymore.
* Makefile.am: Removed libibex from SUBDIRS.
svn path=/trunk/; revision=16613
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 10 |
3 files changed, 11 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2002-04-26 Jeffrey Stedfast <fejj@ximian.com> + + * configure.in: Don't generate libibex/Makefile anymore. + + * Makefile.am: Removed libibex from SUBDIRS. + 2002-04-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.19.99.14. diff --git a/Makefile.am b/Makefile.am index 5f0d2dbe7f..df0a66c3fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ SUBDIRS = \ libical \ widgets \ shell \ - libibex \ camel \ filter \ libversit \ diff --git a/configure.in b/configure.in index d037fe5ec2..aa2fdbd644 100644 --- a/configure.in +++ b/configure.in @@ -1080,10 +1080,11 @@ EVO_SET_COMPILE_FLAGS(IMPORTERS, bonobo_conf bonobox_print gdk_pixbuf gnomecanva AC_SUBST(IMPORTERS_CFLAGS) AC_SUBST(IMPORTERS_LIBS) -EVO_SET_COMPILE_FLAGS(LIBIBEX, bonobo_conf bonobox_print gal gdk_pixbuf gnomecanvaspixbuf gnomeui libglade oaf vfs, - $THREADS_CFLAGS, $THREADS_LIBS) -AC_SUBST(LIBIBEX_CFLAGS) -AC_SUBST(LIBIBEX_LIBS) +dnl libibex is now deprecated +dnl EVO_SET_COMPILE_FLAGS(LIBIBEX, bonobo_conf bonobox_print gal gdk_pixbuf gnomecanvaspixbuf gnomeui libglade oaf vfs, +dnl $THREADS_CFLAGS, $THREADS_LIBS) +dnl AC_SUBST(LIBIBEX_CFLAGS) +dnl AC_SUBST(LIBIBEX_LIBS) EVO_SET_COMPILE_FLAGS(LIBFILTER, bonobo gal gdk_pixbuf gnomecanvaspixbuf gnomeui libglade) AC_SUBST(LIBFILTER_CFLAGS) @@ -1291,7 +1292,6 @@ help/C/Makefile help/no/Makefile importers/Makefile intl/Makefile -libibex/Makefile libversit/Makefile libwombat/Makefile macros/Makefile |