Blame lang/python/src/Makefile.am

Packit Service 30b792
# Makefile.am for the Python bindings.
Packit Service 30b792
# Copyright (C) 2019 g10 Code GmbH
Packit Service 30b792
#
Packit Service 30b792
# This file is part of GPGME.
Packit Service 30b792
#
Packit Service 30b792
# GPGME is free software; you can redistribute it and/or modify it
Packit Service 30b792
# under the terms of the GNU Lesser General Public License as
Packit Service 30b792
# published by the Free Software Foundation; either version 2.1 of the
Packit Service 30b792
# License, or (at your option) any later version.
Packit Service 30b792
#
Packit Service 30b792
# GPGME is distributed in the hope that it will be useful, but WITHOUT
Packit Service 30b792
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Service 30b792
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
Packit Service 30b792
# Public License for more details.
Packit Service 30b792
#
Packit Service 30b792
# 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 Service 30b792
Packit Service 30b792
# Created by:
Packit Service 30b792
# find . -type f -print | sed 's/^.\//             /;$q;s/$/ \\/' | sort
Packit Service 30b792
EXTRA_DIST = callbacks.py \
Packit Service 30b792
             constants/create.py \
Packit Service 30b792
             constants/data/encoding.py \
Packit Service 30b792
             constants/data/__init__.py \
Packit Service 30b792
             constants/event.py \
Packit Service 30b792
             constants/import_type.py \
Packit Service 30b792
             constants/__init__.py \
Packit Service 30b792
             constants/keylist/__init__.py \
Packit Service 30b792
             constants/keylist/mode.py \
Packit Service 30b792
             constants/keysign.py \
Packit Service 30b792
             constants/md.py \
Packit Service 30b792
             constants/pk.py \
Packit Service 30b792
             constants/protocol.py \
Packit Service 30b792
             constants/sig/__init__.py \
Packit Service 30b792
             constants/sig/mode.py \
Packit Service 30b792
             constants/sig/notation.py \
Packit Service 30b792
             constants/sigsum.py \
Packit Service 30b792
             constants/status.py \
Packit Service 30b792
             constants/tofu/__init__.py \
Packit Service 30b792
             constants/tofu/policy.py \
Packit Service 30b792
             constants/validity.py \
Packit Service 30b792
             core.py \
Packit Service 30b792
             errors.py \
Packit Service 30b792
             __init__.py \
Packit Service 30b792
             results.py \
Packit Service 30b792
             util.py