aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-10-24 19:26:11 (GMT)
committerfluxgen <fluxgen>2007-10-24 19:26:11 (GMT)
commite7513df45fce2bfbbac8b764e07627dfe36e6ba5 (patch)
treec200244942b273f0c618fb8596e42a91794763b6 /src/Makefile.am
parent2ef6a7af44a4313c233e764f21fdd6af210c9113 (diff)
downloadfluxbox-e7513df45fce2bfbbac8b764e07627dfe36e6ba5.zip
fluxbox-e7513df45fce2bfbbac8b764e07627dfe36e6ba5.tar.bz2
added focusable.hh
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 f82a206..9245097 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -151,6 +151,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
151 IconButton.hh IconButton.cc \ 151 IconButton.hh IconButton.cc \
152 IconbarTheme.hh IconbarTheme.cc \ 152 IconbarTheme.hh IconbarTheme.cc \
153 STLUtil.hh \ 153 STLUtil.hh \
154 Focusable.hh \
154 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 155 ${newwmspec_SOURCE} ${gnome_SOURCE} \
155 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 156 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
156 157