gpgme/tests/Makefile.am

15 lines
261 B
Makefile
Raw Normal View History

2000-11-07 13:32:38 +00:00
## Process this file with automake to create Makefile.in
2000-11-16 13:15:48 +00:00
TESTS = t-encrypt t-decrypt t-verify t-keylist
EXTRA_DIST = cipher-1.asc
2000-11-07 13:32:38 +00:00
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl
INCLUDES =
LDADD = ../gpgme/libgpgme.la
noinst_PROGRAMS = $(TESTS)