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 | |
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
-rw-r--r-- | camel/ChangeLog | 5 | ||||
-rw-r--r-- | camel/providers/mbox/Makefile.am | 8 |
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 = |