diff options
author | Werner Koch <[email protected]> | 2000-11-07 13:32:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-07 13:32:38 +0000 |
commit | b9bf49968bf7318fb627a6e0d298b1efdad120a6 (patch) | |
tree | 251a62cae7b19f0fc9b21fbe563404efaa781566 /tests/Makefile.am | |
parent | *** empty log message *** (diff) | |
download | gpgme-b9bf49968bf7318fb627a6e0d298b1efdad120a6.tar.gz gpgme-b9bf49968bf7318fb627a6e0d298b1efdad120a6.zip |
Just a backup for now
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..eab4df3c --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,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) + + |