diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 12 |
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) + + |