summaryrefslogtreecommitdiff
path: root/decoders/ddc/Makefile.am
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-01-31 18:07:59 +0100
committerBert Vermeulen <bert@biot.com>2012-01-31 18:08:56 +0100
commitd3c8af667a6f2677c3ecc52b5249f24d9d0b356c (patch)
treedbca99fca4e682e81a31a50ddb59c4fd5c2b47d6 /decoders/ddc/Makefile.am
parent61c2bd366eba64b50009c604c382c547f6cfdd88 (diff)
downloadlibsigrokdecode-d3c8af667a6f2677c3ecc52b5249f24d9d0b356c.tar.gz
libsigrokdecode-d3c8af667a6f2677c3ecc52b5249f24d9d0b356c.zip
srd: remove obsolete DDC-only I2C filter
Diffstat (limited to 'decoders/ddc/Makefile.am')
-rw-r--r--decoders/ddc/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/decoders/ddc/Makefile.am b/decoders/ddc/Makefile.am
deleted file mode 100644
index 59c2c69..0000000
--- a/decoders/ddc/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## 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)/ddc
-
-dist_pkgdata_DATA = __init__.py ddc.py
-
-CLEANFILES = *.pyc
-