aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ui-tests/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-22 22:33:04 +0800
committerDan Winship <danw@src.gnome.org>2003-10-22 22:33:04 +0800
commitec8e33815e819095b104cc0279cd4c2dc156db97 (patch)
tree38d51dbf1c3b75f28f9ad4cce9cdd8f0d8b37657 /tests/ui-tests/Makefile.am
parent119a6854fde155c9ba1da04ad34da8e41eb529f2 (diff)
downloadgsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar.gz
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar.bz2
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar.lz
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar.xz
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.tar.zst
gsoc2013-evolution-ec8e33815e819095b104cc0279cd4c2dc156db97.zip
Removed; these are ancient. Camel regression tests are in camel/tests now.
* tests/*: Removed; these are ancient. Camel regression tests are in camel/tests now. svn path=/trunk/; revision=22980
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r--tests/ui-tests/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am
deleted file mode 100644
index e61a054093..0000000000
--- a/tests/ui-tests/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-# process this file with automake to create Makefile.in
-
-INCLUDES = \
- -I$(top_srcdir)/intl \
- -I$(top_srcdir)/camel \
- -I$(includedir) \
- -I$(top_srcdir)/camel/providers/MH \
- -I$(top_srcdir)/widgets \
- -I$(top_srcdir)/filter \
- $(EXTRA_GNOME_CFLAGS) $(BONOBO_GNOME_CFLAGS) \
- -DG_LOG_DOMAIN=\"evolution-ui-tests\"
-
-LDADD = \
- $(top_builddir)/widgets/libevolutionwidgets.la \
- $(top_builddir)/camel/libcamel.la \
- $(INTLLIBS) \
- $(EXTRA_GNOME_LIBS) \
- $(PTHREAD_LIB)
-
-message_browser_LDADD = \
- $(top_builddir)/camel/libcamel.la \
- $(INTLLIBS) \
- $(EXTRA_GNOME_LIBS) \
- $(PTHREAD_LIB) \
- $(EXTRA_GNOME_LIBS) \
- -lgtkhtml -lgnomeprint ../../mail/html-stream.o $(BONOBO_GNOME_LIBS)
-
-filter_LDADD = \
- $(top_builddir)/camel/libcamel.la \
- $(INTLLIBS) \
- $(EXTRA_GNOME_LIBS) \
- $(PTHREAD_LIB) \
- $(EXTRA_GNOME_LIBS) \
- $(top_builddir)/filter/libfilter.la \
- -lgtkhtml -lgnomeprint
-
-noinst_PROGRAMS = \
- message-browser \
- filter