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