]> Dogcows Code - chaz/openbox/blobdiff - scripts/Makefile.am
kill a warning
[chaz/openbox] / scripts / Makefile.am
index 303ab3273cee14e27688600f2fc80c2cd89bc956..f547b0c98a5ef051b996c18717c9c211d164bde8 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 stackedcycle.py focuscycle.py
 
 distclean-local:
-       rm -f *\~ .\#*
+       $(RM) *\~ .\#*
 uninstall-am:
        rmdir -p $(scriptdir)
This page took 0.020908 seconds and 4 git commands to generate.