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 /configure.in | |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
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 |