aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-01-26 10:21:10 +0000
committerWerner Koch <[email protected]>2009-01-26 10:21:10 +0000
commitd951cb713fdc3a1310534acdce84e3e005ad1d04 (patch)
tree1e99ea7abcee865b534f9caa1aea1ac096f0eea6 /tests/Makefile.am
parentRenamed rungpg.c to engine-gpg.c for conistency. (diff)
downloadgpgme-d951cb713fdc3a1310534acdce84e3e005ad1d04.tar.gz
gpgme-d951cb713fdc3a1310534acdce84e3e005ad1d04.zip
First take on the low-level assuan interface.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 19307f28..dc2b0370 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,8 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# License along with this program; if not, see <http://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
@@ -40,7 +39,7 @@ gpgtests =
endif
if RUN_GPGSM_TESTS
-gpgsmtests = gpgsm
+gpgsmtests = gpgsm opassuan
else
gpgsmtests =
endif