]> Dogcows Code - chaz/openbox/blobdiff - scripts/Makefile.am
kill a warning
[chaz/openbox] / scripts / Makefile.am
index 5650c6260759fb7347fe2913bd0ed9102fb1a8a7..f547b0c98a5ef051b996c18717c9c211d164bde8 100644 (file)
@@ -1,9 +1,10 @@
 scriptdir = $(libdir)/openbox/python
 MAINTAINERCLEANFILES = Makefile.in
-script_DATA = config.py builtins.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.02347 seconds and 4 git commands to generate.