aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 7b599581a0e390499ddc3c81037daf3d463778bc (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-sign t-decrypt t-verify t-keylist

EXTRA_DIST = cipher-1.asc geheim.txt

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl

INCLUDES = 
LDADD = ../gpgme/libgpgme.la

noinst_PROGRAMS = $(TESTS)