diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 09:28:46 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-02-22 09:28:46 +0800 |
commit | 52cbc6937611c45e18b609f7873106fc923511ac (patch) | |
tree | 7978d1e9b94a4c0b1ef0531a91cf1d9592f7445c | |
parent | fb36c0aef92e769e14a0c974c821bf815c5aa527 (diff) | |
download | gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar.gz gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar.bz2 gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar.lz gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar.xz gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.tar.zst gsoc2013-evolution-52cbc6937611c45e18b609f7873106fc923511ac.zip |
+ * tests/Makefile.am: changed references to libibex.a to
+ libibex.la.
svn path=/trunk/; revision=1896
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | tests/Makefile.am | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2000-02-21 Matt Loper <matt@helixcode.com> + * tests/Makefile.am: changed references to libibex.a to + libibex.la. + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs. * libical/src/libicalss/.cvsignore: same. diff --git a/tests/Makefile.am b/tests/Makefile.am index 82f2549709..3291d6035c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \ -I$(top_srcdir)/camel/providers/mbox LDADD = \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.a \ + $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) # $(BONOBO_LIBS) @@ -27,7 +27,7 @@ LDADD = \ test9_LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/camel/providers/mbox/libcamelmbox.la \ - $(top_builddir)/libibex/libibex.a \ + $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) |