blob: 2f74e93fa9ce970e924b0fc17f4642b7f3fe6c3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Process this file with automake to create Makefile.in
TESTS = t-encrypt t-decrypt t-verify t-keylist
EXTRA_DIST = cipher-1.asc
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
INCLUDES =
LDADD = ../gpgme/libgpgme.la
noinst_PROGRAMS = $(TESTS)
|