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