diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-20 00:09:31 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-20 00:09:31 +0800 |
commit | 058a84bf365dc0a384d1de08d80c686838e126b7 (patch) | |
tree | b01160c67016daa21242aab4d05983b1a4ec78e6 /tests/Makefile.am | |
parent | 6476c5f2331cd73d0deb7d459d701ee9e13c7b88 (diff) | |
download | gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.gz gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.tar.zst gsoc2013-evolution-058a84bf365dc0a384d1de08d80c686838e126b7.zip |
missing files 2
svn path=/trunk/; revision=932
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |