aboutsummaryrefslogtreecommitdiff
path: root/src/Makemodule.am
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-15 17:49:35 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-15 17:49:45 (GMT)
commitbd9afcafb93382b5b7f32c222594699214581596 (patch)
tree418583c08c6e5ebdfcd172f5aba96d465c27d47b /src/Makemodule.am
parent8387742c8860694777f7c2c62da0a90c9e836988 (diff)
downloadfluxbox-bd9afcafb93382b5b7f32c222594699214581596.zip
fluxbox-bd9afcafb93382b5b7f32c222594699214581596.tar.bz2
Refactor: split out menu generation from BScreen
Again, it's easier to read the code when the whole menu-generation is out of the way.
Diffstat (limited to 'src/Makemodule.am')
-rw-r--r--src/Makemodule.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makemodule.am b/src/Makemodule.am
index 3f1fa06..fedddb2 100644
--- a/src/Makemodule.am
+++ b/src/Makemodule.am
@@ -171,6 +171,8 @@ fluxbox_SOURCES = \
171 src/ColSmartPlacement.hh \ 171 src/ColSmartPlacement.hh \
172 src/CommandDialog.cc \ 172 src/CommandDialog.cc \
173 src/CommandDialog.hh \ 173 src/CommandDialog.hh \
174 src/ConfigMenu.hh \
175 src/ConfigMenu.cc \
174 src/CurrentWindowCmd.cc \ 176 src/CurrentWindowCmd.cc \
175 src/CurrentWindowCmd.hh \ 177 src/CurrentWindowCmd.hh \
176 src/Debug.hh \ 178 src/Debug.hh \
@@ -225,6 +227,8 @@ fluxbox_SOURCES = \
225 src/Screen.hh \ 227 src/Screen.hh \
226 src/ScreenPlacement.cc \ 228 src/ScreenPlacement.cc \
227 src/ScreenPlacement.hh \ 229 src/ScreenPlacement.hh \
230 src/ScreenResource.cc \
231 src/ScreenResource.hh \
228 src/SendToMenu.cc \ 232 src/SendToMenu.cc \
229 src/SendToMenu.hh \ 233 src/SendToMenu.hh \
230 src/Strut.hh \ 234 src/Strut.hh \