diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 09:34:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 09:34:17 +0000 |
| commit | 8a05ae261d640df3844fdae942556793c62bd073 (patch) | |
| tree | f279dbdb0f79f487c8b827b817e26a51c040e884 /scripts/Makefile.am | |
| parent | 00978e674a53cf95693d3a58c28508f557ec6a0f (diff) | |
split out the linear cycling into focuscycle.py.
some better comments about what options can be used.
Diffstat (limited to 'scripts/Makefile.am')
| -rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 16a61f13..b4d8138c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -2,7 +2,7 @@ scriptdir = $(libdir)/openbox/python MAINTAINERCLEANFILES = Makefile.in script_DATA = config.py defaults.py focus.py callbacks.py \ focusmodel.py windowplacement.py behavior.py motion.py \ - historyplacement.py stackedcycle.py + historyplacement.py stackedcycle.py focuscycle.py EXTRA_DIST = $(script_DATA) distclean-local: |
