aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-11-07 13:32:38 +0000
committerWerner Koch <[email protected]>2000-11-07 13:32:38 +0000
commitb9bf49968bf7318fb627a6e0d298b1efdad120a6 (patch)
tree251a62cae7b19f0fc9b21fbe563404efaa781566 /tests/Makefile.am
parent*** empty log message *** (diff)
downloadgpgme-b9bf49968bf7318fb627a6e0d298b1efdad120a6.tar.gz
gpgme-b9bf49968bf7318fb627a6e0d298b1efdad120a6.zip
Just a backup for now
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 00000000..eab4df3c
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,12 @@
+## Process this file with automake to create Makefile.in
+
+TESTS = t-encrypt
+
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
+
+INCLUDES =
+LDADD = ../gpgme/libgpgme.la
+
+noinst_PROGRAMS = $(TESTS)
+
+