From 3e317e1b1776d0cd505aaba4a446899af8798eaa Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Thu, 17 Feb 2000 23:31:16 +0000 Subject: Modification in the automake/libtool building process so that camel and tests at least compile. Current libtool doen't seem to support lib dependancy unless the lib is installed. Removed the dependancy on libex in mbox and added it to the other Makefile.am that link with libcamel. svn path=/trunk/; revision=1838 --- camel/providers/mbox/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/mbox') diff --git a/camel/providers/mbox/Makefile.am b/camel/providers/mbox/Makefile.am index f626b5c730..2b09ea3f3d 100644 --- a/camel/providers/mbox/Makefile.am +++ b/camel/providers/mbox/Makefile.am @@ -36,6 +36,6 @@ libcamelmbox_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) #libcamelmbox_la_LIBADD = -L$(top_builddir)/libibex -libex #libcamelmbox_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) -libcamelmbox_la_LIBADD = -L$(top_builddir)/libibex -libex $(UNICODE_LIBS) +libcamelmbox_la_LIBADD = $(UNICODE_LIBS) EXTRA_DIST = -- cgit v1.2.3