summaryrefslogtreecommitdiffstats
path: root/nbb/Makefile-files
blob: 110348979d5690fb8c3dad98929a603ef123f839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.