diff options
author | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 04:28:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 04:28:32 +0800 |
commit | e432971d030baa8bdadf9df859b3198122792a21 (patch) | |
tree | 16579d316fdcf031f977610a7fe5c866d236bcf7 /smime/tests/Makefile.am | |
parent | 973ca5ea3d5d3b28cbf16865336c344864f652d8 (diff) | |
download | gsoc2013-evolution-e432971d030baa8bdadf9df859b3198122792a21.tar.gz 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.am | 13 |
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 |