13 lines
224 B
Makefile
13 lines
224 B
Makefile
## 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)
|
|
|
|
|