X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2FMakefile.am;h=01c1aa922d033b65bd9313c8683c02d0d719f2eb;hb=51b93d9c4ce080f337fce7175a43d0de269dec81;hp=bb6812b7ea4b2099d9f9409ef13c52da3c57a916;hpb=b23ed19a69680b6375df9d4f24b74b4b98d950b3;p=chaz%2Fopenbox diff --git a/scripts/Makefile.am b/scripts/Makefile.am index bb6812b7..01c1aa92 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,9 +2,9 @@ scriptdir = $(libdir)/openbox/python MAINTAINERCLEANFILES = Makefile.in script_PYTHON = config.py defaults.py focus.py callbacks.py \ focusmodel.py windowplacement.py behavior.py motion.py \ - historyplacement.py stackedcycle.py focuscycle.py + historyplacement.py cycle.py distclean-local: - rm -f *\~ .\#* -#uninstall-am: -# rmdir -p $(scriptdir) + $(RM) *\~ .\#* +uninstall-am: + rmdir -p $(scriptdir)