summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 14:15:28 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 14:15:28 +0000
commit718adbae6534cc5976ac2e3c2f26c22402b27472 (patch)
treed8627d6b1048ac23a58212cf97d2a340b6f895e2 /Makefile.am
parent3d7c2f45ec846a487aa5c717de501b11ea9071b2 (diff)
move focus cycling into its own file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8fad996c..ae23fd67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -173,6 +173,8 @@ openbox_openbox_SOURCES = \
openbox/extensions.h \
openbox/focus.c \
openbox/focus.h \
+ openbox/focus_cycle.c \
+ openbox/focus_cycle.h \
openbox/frame.c \
openbox/frame.h \
openbox/framerender.c \