projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
handle mouse clicks in the python scripts now
[mikachu/openbox.git]
/
scripts
/
Makefile.am
1
scriptdir = $(libdir)/openbox/python
2
MAINTAINERCLEANFILES = Makefile.in
3
script_DATA = clientmotion.py clicks.py
4
EXTRA_DIST = $(script_DATA)
5
6
distclean-local:
7
rm -f *\~ .\#*
8
uninstall-am:
9
rmdir -p $(scriptdir)