X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flm75%2FMakefile.am;fp=decoders%2Flm75%2FMakefile.am;h=6ab18181632e619ca2f6e7b1285c039526b6157a;hb=44f7ba18ee64fc89d0f69619076ff28a8bc6b31a;hp=0000000000000000000000000000000000000000;hpb=387b6e3bb4340e20c978a8c47037d0bea9cca3c0;p=libsigrokdecode.git diff --git a/decoders/lm75/Makefile.am b/decoders/lm75/Makefile.am new file mode 100644 index 0000000..6ab1818 --- /dev/null +++ b/decoders/lm75/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)/lm75 + +dist_pkgdata_DATA = __init__.py lm75.py + +CLEANFILES = *.pyc +