diff options
Diffstat (limited to 'src/lib/util/python/Makefile.am')
-rw-r--r-- | src/lib/util/python/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/util/python/Makefile.am b/src/lib/util/python/Makefile.am new file mode 100644 index 0000000..460bf1a --- /dev/null +++ b/src/lib/util/python/Makefile.am @@ -0,0 +1,3 @@ +noinst_SCRIPTS = const2hdr.py gen_wiredata.py +EXTRA_DIST = const2hdr.py +DISTCLEANFILES = gen_wiredata.py |