]> Dogcows Code - chaz/openbox/blob - scripts/Makefile.am
force a binding with a modifier
[chaz/openbox] / scripts / Makefile.am
1 scriptdir = $(libdir)/openbox/python
2 MAINTAINERCLEANFILES = Makefile.in
3 script_DATA = config.py defaults.py focus.py callbacks.py \
4 focusmodel.py windowplacement.py behavior.py motion.py \
5 historyplacement.py stackedcycle.py
6 EXTRA_DIST = $(script_DATA)
7
8 distclean-local:
9 rm -f *\~ .\#*
10 uninstall-am:
11 rmdir -p $(scriptdir)
This page took 0.036544 seconds and 4 git commands to generate.