summaryrefslogtreecommitdiff
path: root/decoders/usb/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-07-11 22:27:07 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-07-11 23:16:41 +0200
commitbcf36fc8681c2184b81601449c5fde25251e45cb (patch)
treeb64156eb653d58b7b1e89ace7ba9f51160f6eb0d /decoders/usb/Makefile.am
parent2fcd7c22852436c3226de9007e88cb305cce1b00 (diff)
downloadlibsigrokdecode-bcf36fc8681c2184b81601449c5fde25251e45cb.tar.gz
libsigrokdecode-bcf36fc8681c2184b81601449c5fde25251e45cb.zip
srd: Drop 'usb' PD, replaced by two others.
The new 'usb_signalling' and the 'usb_protocol' PD which stacks on top of it, replace the old 'usb' decoder.
Diffstat (limited to 'decoders/usb/Makefile.am')
-rw-r--r--decoders/usb/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/decoders/usb/Makefile.am b/decoders/usb/Makefile.am
deleted file mode 100644
index f758e06..0000000
--- a/decoders/usb/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)/usb
-
-dist_pkgdata_DATA = __init__.py usb.py
-
-CLEANFILES = *.pyc
-