Blame lang/js/DemoExtension/Makefile.am

Packit Service 30b792
# Makefile.am for gpgme.js.
Packit Service 30b792
# Copyright (C) 2018 Intevation GmbH
Packit Service 30b792
#
Packit Service 30b792
# This file is part of gpgme.js.
Packit Service 30b792
#
Packit Service 30b792
# gpgme.js is free software; you can redistribute it and/or modify it
Packit Service 30b792
# under the terms of the GNU General Public License as published by
Packit Service 30b792
# the Free Software Foundation; either version 2 of the License, or
Packit Service 30b792
# (at your option) any later version.
Packit Service 30b792
#
Packit Service 30b792
# gpgme.js is distributed in the hope that it will be useful,
Packit Service 30b792
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 30b792
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 30b792
# GNU Lesser General Public License for more details.
Packit Service 30b792
#
Packit Service 30b792
# You should have received a copy of the GNU General Public License
Packit Service 30b792
# along with this program; if not, write to the Free Software
Packit Service 30b792
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
Packit Service 30b792
# 02111-1307, USA
Packit Service 30b792
Packit Service 30b792
EXTRA_DIST = manifest.json \
Packit Service 30b792
             popup.html \
Packit Service 30b792
             entry.js \
Packit Service 30b792
             maindemo.js \
Packit Service 30b792
             mainui.html \
Packit Service 30b792
             testicon.png \
Packit Service 30b792
             ui.css