Blame tests/opassuan/Makefile.am

Packit Service 672cf4
# Copyright (C) 2009 g10 Code GmbH
Packit Service 672cf4
#
Packit Service 672cf4
# This file is part of GPGME.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is free software; you can redistribute it and/or modify it
Packit Service 672cf4
# under the terms of the GNU Lesser General Public License as
Packit Service 672cf4
# published by the Free Software Foundation; either version 2.1 of the
Packit Service 672cf4
# License, or (at your option) any later version.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is distributed in the hope that it will be useful, but WITHOUT
Packit Service 672cf4
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Service 672cf4
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
Packit Service 672cf4
# Public License for more details.
Packit Service 672cf4
#
Packit Service 672cf4
# You should have received a copy of the GNU Lesser General Public
Packit Service 6c01f9
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit Service 672cf4
Packit Service 672cf4
## Process this file with automake to produce Makefile.in
Packit Service 672cf4
Packit Service 6c01f9
TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO=
Packit Service 672cf4
Packit Service 672cf4
noinst_HEADERS =
Packit Service 672cf4
TESTS =
Packit Service 672cf4
Packit Service 672cf4
EXTRA_DIST =
Packit Service 672cf4
Packit Service 672cf4
AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
Packit Service 6c01f9
LDADD = ../../src/libgpgme.la
Packit Service 672cf4
Packit Service 672cf4
noinst_PROGRAMS = $(TESTS) t-command
Packit Service 672cf4
Packit Service 672cf4
DISTCLEANFILES =
Packit Service 672cf4