install the scripts as python, so they get compiled
This commit is contained in:
parent
bdbbfd6cff
commit
b23ed19a69
1 changed files with 5 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
scriptdir = $(libdir)/openbox/python
|
scriptdir = $(libdir)/openbox/python
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
script_DATA = config.py defaults.py focus.py callbacks.py \
|
script_PYTHON = config.py defaults.py focus.py callbacks.py \
|
||||||
focusmodel.py windowplacement.py behavior.py motion.py \
|
focusmodel.py windowplacement.py behavior.py motion.py \
|
||||||
historyplacement.py stackedcycle.py focuscycle.py
|
historyplacement.py stackedcycle.py focuscycle.py
|
||||||
EXTRA_DIST = $(script_DATA)
|
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -f *\~ .\#*
|
rm -f *\~ .\#*
|
||||||
uninstall-am:
|
#uninstall-am:
|
||||||
rmdir -p $(scriptdir)
|
# rmdir -p $(scriptdir)
|
||||||
|
|
Loading…
Reference in a new issue