From e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44 Mon Sep 17 00:00:00 2001 From: NotZed Date: Mon, 21 Feb 2000 23:26:59 +0000 Subject: Uh, fixed LIBADD again. What was there was never ever going to work, 2000-02-21 NotZed * providers/mbox/Makefile.am: Uh, fixed LIBADD again. What was there was never ever going to work, wasn't it tested? svn path=/trunk/; revision=1891 --- camel/ChangeLog | 5 +++++ camel/providers/mbox/Makefile.am | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'camel') 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 + + * 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 * 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 = -- cgit v1.2.3