aboutsummaryrefslogtreecommitdiffstats
path: root/smime/tests/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2003-10-31 04:28:32 +0800
committerChris Toshok <toshok@src.gnome.org>2003-10-31 04:28:32 +0800
commite432971d030baa8bdadf9df859b3198122792a21 (patch)
tree16579d316fdcf031f977610a7fe5c866d236bcf7 /smime/tests/Makefile.am
parent973ca5ea3d5d3b28cbf16865336c344864f652d8 (diff)
downloadgsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.gz
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.bz2
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.lz
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.xz
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.zst
gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.zip
initial checkin
svn path=/trunk/; revision=23137
Diffstat (limited to 'smime/tests/Makefile.am')
-rw-r--r--smime/tests/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/smime/tests/Makefile.am b/smime/tests/Makefile.am
new file mode 100644
index 0000000000..1c5b02bae2
--- /dev/null
+++ b/smime/tests/Makefile.am
@@ -0,0 +1,13 @@
+
+noinst_PROGRAMS=import-cert
+
+INCLUDES= \
+ -I$(top_srcdir)/smime/lib \
+ $(SMIME_CFLAGS)
+
+TEST_LIBS= \
+ $(top_builddir)/smime/lib/libessmime.la \
+ $(SMIME_LIBS)
+
+
+import_cert_LDADD=$(TEST_LIBS) \ No newline at end of file