]> Dogcows Code - chaz/openbox/blobdiff - scripts/Makefile.am
reset focus to root before exiting
[chaz/openbox] / scripts / Makefile.am
index 5b55ecaeb07f3e3e338c1b27337cb968fe8e1075..01c1aa922d033b65bd9313c8683c02d0d719f2eb 100644 (file)
@@ -1,9 +1,10 @@
 scriptdir = $(libdir)/openbox/python
 MAINTAINERCLEANFILES = Makefile.in
-script_DATA = clientmotion.py clicks.py globals.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.020368 seconds and 4 git commands to generate.