From 058a84bf365dc0a384d1de08d80c686838e126b7 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Wed, 19 May 1999 16:09:31 +0000 Subject: missing files 2 svn path=/trunk/; revision=932 --- tests/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000000..646190475c --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,13 @@ +# process this file with automake to create Makefile.in + +INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ + -I$(includedir) + +LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(GNOME_LIBDIR) \ + $(GNOMEUI_LIBS) $(INTLLIBS) + +noinst_PROGRAMS = \ + test1 + -- cgit