From b9bf49968bf7318fb627a6e0d298b1efdad120a6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 7 Nov 2000 13:32:38 +0000 Subject: Just a backup for now --- tests/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') 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) + + -- cgit v1.2.3