]> Dogcows Code - chaz/openbox/blobdiff - scripts/Makefile.am
reset focus to root before exiting
[chaz/openbox] / scripts / Makefile.am
index 303ab3273cee14e27688600f2fc80c2cd89bc956..01c1aa922d033b65bd9313c8683c02d0d719f2eb 100644 (file)
@@ -1,9 +1,10 @@
 scriptdir = $(libdir)/openbox/python
 MAINTAINERCLEANFILES = Makefile.in
-script_DATA = clientmotion.py clicks.py globals.py config.py
-EXTRA_DIST = $(script_DATA)
+script_PYTHON = config.py defaults.py focus.py callbacks.py \
+                focusmodel.py windowplacement.py behavior.py motion.py \
+                historyplacement.py cycle.py
 
 distclean-local:
-       rm -f *\~ .\#*
+       $(RM) *\~ .\#*
 uninstall-am:
        rmdir -p $(scriptdir)
This page took 0.026746 seconds and 4 git commands to generate.