diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2011-01-10 23:27:15 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-01-10 23:27:15 +0100 |
commit | 9c93add5aeca95c568afab7fe249c0586d8dec6b (patch) | |
tree | b5ae9445b5debe49a66bb8a809f887a7f9814277 | |
parent | e6c7a826d9617bafb24ac05e05cd8e1e7ad1f9cc (diff) | |
download | libsigrokdecode-9c93add5aeca95c568afab7fe249c0586d8dec6b.tar.gz libsigrokdecode-9c93add5aeca95c568afab7fe249c0586d8dec6b.zip |
Rename the scripts/ directory to decoders/.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | decode.c | 4 | ||||
-rw-r--r-- | decoders/Makefile.am (renamed from scripts/Makefile.am) | 0 | ||||
-rw-r--r-- | decoders/i2c.py (renamed from scripts/i2c.py) | 0 | ||||
-rw-r--r-- | decoders/nunchuk.py (renamed from scripts/nunchuk.py) | 0 | ||||
-rw-r--r-- | decoders/transitioncounter.py (renamed from scripts/transitioncounter.py) | 0 |
6 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e47170c..c76c5c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -SUBDIRS = scripts +SUBDIRS = decoders lib_LTLIBRARIES = libsigrokdecode.la @@ -44,8 +44,8 @@ int sigrokdecode_init(void) /* FIXME: What happens if this function is called multiple times? */ PyRun_SimpleString( "import sys;" - "sys.path.append('libsigrokdecode/scripts');" - "sys.path.append('../libsigrokdecode/scripts');" + "sys.path.append('libsigrokdecode/decoders');" + "sys.path.append('../libsigrokdecode/decoders');" "sys.path.append('/usr/local/share/sigrok');" ); diff --git a/scripts/Makefile.am b/decoders/Makefile.am index 7ac94dc..7ac94dc 100644 --- a/scripts/Makefile.am +++ b/decoders/Makefile.am diff --git a/scripts/i2c.py b/decoders/i2c.py index bbf6925..bbf6925 100644 --- a/scripts/i2c.py +++ b/decoders/i2c.py diff --git a/scripts/nunchuk.py b/decoders/nunchuk.py index 409e120..409e120 100644 --- a/scripts/nunchuk.py +++ b/decoders/nunchuk.py diff --git a/scripts/transitioncounter.py b/decoders/transitioncounter.py index a6d331e..a6d331e 100644 --- a/scripts/transitioncounter.py +++ b/decoders/transitioncounter.py |