aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ui-tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r--tests/ui-tests/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am
new file mode 100644
index 0000000000..19bbb6c8d4
--- /dev/null
+++ b/tests/ui-tests/Makefile.am
@@ -0,0 +1,16 @@
+# 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 \
+ $(EXTRA_GNOME_CFLAGS)
+
+LDADD = \
+ $(top_builddir)/camel/libcamel.la \
+ $(INTLLIBS) $(EXTRA_GNOME_LIBS)
+
+
+
+
+
+noinst_PROGRAMS = \
+ store_listing \ No newline at end of file