aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-18 09:20:58 (GMT)
committerfluxgen <fluxgen>2006-02-18 09:20:58 (GMT)
commitc21f0d4a74625c65a0bf0ef2593fa0c596b701a7 (patch)
treedd9105bfa5991047256f2a707654f0d53bd69e64 /src/Makefile.am
parent43f690ff7bd11637e0a7a91bcd99fe6b451ac6e5 (diff)
downloadfluxbox-c21f0d4a74625c65a0bf0ef2593fa0c596b701a7.zip
fluxbox-c21f0d4a74625c65a0bf0ef2593fa0c596b701a7.tar.bz2
moved all focus handling to class FocusControl
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3ccf687..f2f515d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -127,6 +127,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
127 HeadArea.hh HeadArea.cc \ 127 HeadArea.hh HeadArea.cc \
128 Resources.cc \ 128 Resources.cc \
129 WindowCmd.hh WindowCmd.cc \ 129 WindowCmd.hh WindowCmd.cc \
130 FocusControl.hh FocusControl.cc \
130 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 131 ${newwmspec_SOURCE} ${gnome_SOURCE} \
131 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 132 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
132 133