diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-22 07:26:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-22 07:26:59 +0800 |
commit | e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44 (patch) | |
tree | c7abb3f09bb821bcb0689f8927de1105289b7410 /camel/providers | |
parent | 8ea1212d992c564a3a7849a41be9000ce50d0f6b (diff) | |
download | gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar.gz gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar.bz2 gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar.lz gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar.xz gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.tar.zst gsoc2013-evolution-e9bd59b86ec75d3f8cd91421c7b3b9be2be0ca44.zip |
Uh, fixed LIBADD again. What was there was never ever going to work,
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?
svn path=/trunk/; revision=1891
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/mbox/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
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 = |