X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fjtag%2FMakefile.am;fp=decoders%2Fjtag%2FMakefile.am;h=ce6aedeff2ebfc1c788fcff8b298028c972314be;hp=0000000000000000000000000000000000000000;hb=557a143d8018ac5b25b0cdde99415433e3663f62;hpb=2002229d8ae50531d27eb9396803b6f4666d9335 diff --git a/decoders/jtag/Makefile.am b/decoders/jtag/Makefile.am new file mode 100644 index 0000000..ce6aede --- /dev/null +++ b/decoders/jtag/Makefile.am @@ -0,0 +1,26 @@ +## +## This file is part of the sigrok project. +## +## Copyright (C) 2012 Uwe Hermann +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +pkgdatadir = $(DECODERS_DIR)/jtag + +dist_pkgdata_DATA = __init__.py jtag.py + +CLEANFILES = *.pyc +