diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-10 19:53:46 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-10 19:53:46 +0800 |
commit | 6cb08f0bc177cd0de35b852fac94a181f4d2233c (patch) | |
tree | 5a83d501fe75db56369872745834981ec460a06b /tests/ui-tests/Makefile.am | |
parent | 317000107d2209d45c60a2241f1e69cb6cd2489d (diff) | |
download | gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar.gz gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar.bz2 gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar.lz gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar.xz gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.tar.zst gsoc2013-evolution-6cb08f0bc177cd0de35b852fac94a181f4d2233c.zip |
some test files
svn path=/trunk/; revision=1101
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r-- | tests/ui-tests/Makefile.am | 16 |
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 |