summaryrefslogtreecommitdiffstats
path: root/nbb/Makefile-files
diff options
context:
space:
mode:
Diffstat (limited to 'nbb/Makefile-files')
-rw-r--r--nbb/Makefile-files15
1 files changed, 15 insertions, 0 deletions
diff --git a/nbb/Makefile-files b/nbb/Makefile-files
new file mode 100644
index 0000000..1103489
--- /dev/null
+++ b/nbb/Makefile-files
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+
+if HAVE_PYTHON
+
+bin_SCRIPTS += nbb/nbb
+EXTRA_DIST += nbb/nbb.in
+CLEANFILES += nbb/nbb
+
+nodist_python_PYTHON += nbb/nbb_lib.py
+
+endif
+
+CLEANFILES += nbb/nbb_lib.pyc
+
+# End of Makefile-files.