aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/providers/mbox/Makefile.am8
2 files changed, 6 insertions, 7 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 00eb1cd4d3..26d6417718 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-21 NotZed <NotZed@HelixCode.com>
+
+ * providers/mbox/Makefile.am: Uh, fixed LIBADD again. What was
+ there was never ever going to work, wasn't it tested?
+
2000-02-21 Dan Winship <danw@helixcode.com>
* camel-session.h: (struct _CamelSession): Add authenticator.
diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am
index 91e09a90e3..d999f4a21e 100644
--- a/camel/providers/mbox/Makefile.am
+++ b/camel/providers/mbox/Makefile.am
@@ -35,12 +35,6 @@ libcamelmboxinclude_HEADERS = \
libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
-libcamelmbox_la_LIBADD = $(top_builddir)/filter/libfilter.la -L$(top_builddir)/libibex -libex
-##libcamelmbox_la_LIBADD = -L$(top_builddir)/libibex -libex
-##libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
-##libcamelmbox_la_LIBADD = $(UNICODE_LIBS)
-#libcamelmbox_la_LIBADD = -L$(top_builddir)/libibex -libex
-#libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS)
-#libcamelmbox_la_LIBADD = $(UNICODE_LIBS)
+libcamelmbox_la_LIBADD = $(top_builddir)/filter/libfilter.la $(top_builddir)/libibex/libibex.la
EXTRA_DIST =