Blame lang/cl/Makefile.am

Packit d7e8d0
# Makefile.am for GPGME-CL.
Packit d7e8d0
# Copyright (C) 2003, 2006 g10 Code GmbH
Packit d7e8d0
#
Packit d7e8d0
# This file is part of GPGME-CL.
Packit d7e8d0
#
Packit d7e8d0
# GPGME-CL is free software; you can redistribute it and/or modify it
Packit d7e8d0
# under the terms of the GNU General Public License as published by
Packit d7e8d0
# the Free Software Foundation; either version 2 of the License, or
Packit d7e8d0
# (at your option) any later version.
Packit d7e8d0
#
Packit d7e8d0
# GPGME-CL is distributed in the hope that it will be useful,
Packit d7e8d0
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit d7e8d0
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit d7e8d0
# GNU Lesser General Public License for more details.
Packit d7e8d0
#
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 d7e8d0
Packit Service 30b792
clfiles = gpgme.asd gpgme-package.lisp gpgme-grovel.lisp gpgme.lisp
Packit d7e8d0
Packit d7e8d0
# FIXME: Should be configurable.
Packit d7e8d0
clfilesdir = $(datadir)/common-lisp/source/gpgme
Packit d7e8d0
dist_clfiles_DATA = $(clfiles)
Packit d7e8d0
Packit d7e8d0
EXTRA_DIST = README ChangeLog-2011