diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:37:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-27 08:37:39 +0800 |
commit | 5adbd54b095394be80c78648904a2ddc28d63af0 (patch) | |
tree | 269bcdcf1326ad5a5066a4fd80c1a8202830fc0a /tests | |
parent | 419bf1d0203a22d5bf1d3fe69fd277cfb9990475 (diff) | |
download | gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar.gz gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar.bz2 gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar.lz gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar.xz gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.tar.zst gsoc2013-evolution-5adbd54b095394be80c78648904a2ddc28d63af0.zip |
Same here.
* tests/Makefile.am: Same here.
(removed ibex stuff)
svn path=/trunk/; revision=16623
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a73eb21c55..293a2c361b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,6 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir) -I$(top_srcdir)/camel \ LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) # $(BONOBO_LIBS) @@ -37,7 +36,6 @@ LDADD = \ test14_LDADD = \ $(top_builddir)/camel/providers/vee/libcamelvee.la \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) @@ -51,7 +49,6 @@ test14_LDADD = \ test_movemail_LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libibex/libibex.la \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) |