From: Uwe Hermann Date: Sat, 15 Jan 2011 01:32:03 +0000 (+0100) Subject: Install decoders into a decoders/ subdir. X-Git-Tag: libsigrokdecode-0.1.0~317 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=f301bde35eda4b33218d947243da33ef11d52d47 Install decoders into a decoders/ subdir. Use $(datadir)/sigrok/decoders as subdirectory for the protocol decoders (instead of installing them in the top-level $(datadir)/sigrok), just as we do for $(datadir)/sigrok/firmware. --- diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 7ac94dc..f4c72e6 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -18,6 +18,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +pkgdatadir = $(DECODERS_DIR) + dist_pkgdata_SCRIPTS = i2c.py nunchuk.py transitioncounter.py CLEANFILES = *.pyc