blob: aced40071ea0b138e0f7c4cd4a9246a4a547e279 (
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
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
INCLUDES =
LDADD = ../gpgme/libgpgme.la
noinst_PROGRAMS = $(TESTS)
|