diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-01-15 02:32:03 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-01-15 02:41:52 +0100 |
commit | f301bde35eda4b33218d947243da33ef11d52d47 (patch) | |
tree | a45e3adce0e52339971c0f0af870834f6fe6c1db /decoders/Makefile.am | |
parent | 7c24d086f1c81fd23fd93e5702c6f46a36f3d3f6 (diff) | |
download | libsigrokdecode-f301bde35eda4b33218d947243da33ef11d52d47.tar.gz libsigrokdecode-f301bde35eda4b33218d947243da33ef11d52d47.zip |
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.
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |