diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-25 05:46:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-25 05:46:02 +0000 |
| commit | 0816364a039fb0a0b2f989394ffb6af0b5221b3f (patch) | |
| tree | 9a3a93f237aa3b90550a0773d502bed5abb3b022 /scripts/Makefile.am | |
| parent | b34824a4e2ddc0247099fa1b3952de426bfde05b (diff) | |
handle mouse clicks in the python scripts now
Diffstat (limited to 'scripts/Makefile.am')
| -rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b1cecc47..ecf86a22 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,6 @@ scriptdir = $(libdir)/openbox/python MAINTAINERCLEANFILES = Makefile.in -script_DATA = clientmotion.py +script_DATA = clientmotion.py clicks.py EXTRA_DIST = $(script_DATA) distclean-local: |
