diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-25 04:54:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-25 04:54:44 +0000 |
| commit | b34824a4e2ddc0247099fa1b3952de426bfde05b (patch) | |
| tree | 123c1d179da9554c06f0c9c9fb8ddce544b75fba /scripts/Makefile.am | |
| parent | b9a2430dcccfec8d70aea68dbb1964e562216b79 (diff) | |
global python scripts. client motion/resizing is all done via python now
Diffstat (limited to 'scripts/Makefile.am')
| -rw-r--r-- | scripts/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 00000000..b1cecc47 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,9 @@ +scriptdir = $(libdir)/openbox/python +MAINTAINERCLEANFILES = Makefile.in +script_DATA = clientmotion.py +EXTRA_DIST = $(script_DATA) + +distclean-local: + rm -f *\~ .\#* +uninstall-am: + rmdir -p $(scriptdir) |
