diff options
author | Iztok Jeras <iztok.jeras@gmail.com> | 2012-05-15 23:15:26 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-23 00:51:04 +0200 |
commit | 51990c45a1cdcf023f3bbe75a5003c87f8ac902b (patch) | |
tree | 502f97bc12e65230a123570fef62dbc274c345f9 /decoders/onewire/Makefile.am | |
parent | cd287c56af4e005e36faa26a88f6ef6dcbb2c902 (diff) | |
download | libsigrokdecode-51990c45a1cdcf023f3bbe75a5003c87f8ac902b.tar.gz libsigrokdecode-51990c45a1cdcf023f3bbe75a5003c87f8ac902b.zip |
commiting new unfinished 1-wire decoder
Diffstat (limited to 'decoders/onewire/Makefile.am')
-rw-r--r-- | decoders/onewire/Makefile.am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/decoders/onewire/Makefile.am b/decoders/onewire/Makefile.am new file mode 100644 index 0000000..d08a61c --- /dev/null +++ b/decoders/onewire/Makefile.am @@ -0,0 +1,26 @@ +## +## This file is part of the sigrok project. +## +## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de> +## +## 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)/onewire + +dist_pkgdata_DATA = __init__.py onewire.py + +CLEANFILES = *.pyc + |