diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-27 08:01:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:01:28 +0800 |
commit | 9888551c9b06328e4e0859685b4c1f3528e51a3a (patch) | |
tree | 2f189d47d0a4998b4f6a92b87f4c06138c0f31f4 | |
parent | 6346d84daaa705fa00cd92a8a9010821f5688e8e (diff) | |
download | gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar.gz gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar.bz2 gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar.lz gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar.xz gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.tar.zst gsoc2013-evolution-9888551c9b06328e4e0859685b4c1f3528e51a3a.zip |
Don't link to libibex.a anymore.
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/Makefile.am: Don't link to libibex.a anymore.
* providers/nntp/Makefile.am: Same.
* providers/imap/Makefile.am: And again here.
svn path=/trunk/; revision=16609
-rw-r--r-- | camel/ChangeLog | 6 | ||||
-rw-r--r-- | camel/providers/imap/Makefile.am | 1 | ||||
-rw-r--r-- | camel/providers/local/Makefile.am | 3 | ||||
-rw-r--r-- | camel/providers/nntp/Makefile.am | 1 |
4 files changed, 7 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a1f627232a..ed668a9fc4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2002-04-26 Jeffrey Stedfast <fejj@ximian.com> + * providers/local/Makefile.am: Don't link to libibex.a anymore. + + * providers/nntp/Makefile.am: Same. + + * providers/imap/Makefile.am: And again here. + * camel-store-summary.h: No longer want to #include <libibex/ibex.h> diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am index 9f9d186e46..dbee888f39 100644 --- a/camel/providers/imap/Makefile.am +++ b/camel/providers/imap/Makefile.am @@ -9,7 +9,6 @@ INCLUDES = -I.. \ -I$(srcdir)/.. \ -I$(top_srcdir)/camel \ -I$(top_srcdir)/intl \ - -I$(top_srcdir)/libibex \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am index d619a0b169..1261dad798 100644 --- a/camel/providers/local/Makefile.am +++ b/camel/providers/local/Makefile.am @@ -9,7 +9,6 @@ INCLUDES = -I.. \ -I$(srcdir)/.. \ -I$(top_srcdir)/camel \ -I$(top_srcdir)/intl \ - -I$(top_srcdir)/libibex \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ @@ -60,6 +59,6 @@ noinst_HEADERS = \ libcamellocal_la_LDFLAGS = -avoid-version -module -libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la +libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la EXTRA_DIST = libcamellocal.urls diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index ef8306de93..5ef9ba71f7 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -8,7 +8,6 @@ camel_provider_DATA = libcamelnntp.urls INCLUDES = -I../.. \ -I$(top_srcdir)/camel \ -I$(top_srcdir)/intl \ - -I$(top_srcdir)/libibex \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ |