diff options
author | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-12-09 09:57:09 +0800 |
commit | e411e806104902f8702d6de28291ff88785d37ce (patch) | |
tree | 75bb0caf9afd4b94842023406d6a7938c5d8b2b7 /camel/tests/smime/Makefile.am | |
parent | 0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff) | |
download | gsoc2013-evolution-BALSA_2_2_4.tar.gz gsoc2013-evolution-BALSA_2_2_4.tar.zst gsoc2013-evolution-BALSA_2_2_4.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_2_2_4'.BALSA_2_2_4
svn path=/tags/BALSA_2_2_4/; revision=23688
Diffstat (limited to 'camel/tests/smime/Makefile.am')
-rw-r--r-- | camel/tests/smime/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am deleted file mode 100644 index b14d804dc3..0000000000 --- a/camel/tests/smime/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ - -INCLUDES = \ - -I$(includedir) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/e-util \ - -I$(top_srcdir)/camel \ - -I$(top_srcdir)/camel/tests/lib \ - -DG_LOG_DOMAIN=\"evolution-tests\" \ - $(CAMEL_CFLAGS) - -LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/camel/tests/lib/libcameltest.a \ - $(INTLLIBS) \ - $(EVOLUTION_MAIL_LIBS) - -check_PROGRAMS = \ - pgp -# pgp-mime -# pkcs7 - -TESTS = pgp #pgp-mime pkcs7 |