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