diff options
Diffstat (limited to 'src/scripts/python/Makefile.am')
-rw-r--r-- | src/scripts/python/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripts/python/Makefile.am b/src/scripts/python/Makefile.am new file mode 100644 index 00000000..c6da5467 --- /dev/null +++ b/src/scripts/python/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = scripts + +EXTRA_DIST = ingen.py ingenecho.py OSC.py + |