Blame tests/opassuan/Makefile.am

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