diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 156eff8..38a3b39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -99,6 +99,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
99 | Window.cc Window.hh \ | 99 | Window.cc Window.hh \ |
100 | Workspace.cc Workspace.hh \ | 100 | Workspace.cc Workspace.hh \ |
101 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ | 101 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ |
102 | Layer.hh \ | ||
102 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh FbMenu.cc \ | 103 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh FbMenu.cc \ |
103 | WinClient.hh WinClient.cc \ | 104 | WinClient.hh WinClient.cc \ |
104 | Strut.hh \ | 105 | Strut.hh \ |
@@ -128,6 +129,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
128 | Resources.cc \ | 129 | Resources.cc \ |
129 | WindowCmd.hh WindowCmd.cc \ | 130 | WindowCmd.hh WindowCmd.cc \ |
130 | FocusControl.hh FocusControl.cc \ | 131 | FocusControl.hh FocusControl.cc \ |
132 | PlacementStrategy.hh \ | ||
131 | CascadePlacement.hh CascadePlacement.cc \ | 133 | CascadePlacement.hh CascadePlacement.cc \ |
132 | ColSmartPlacement.hh ColSmartPlacement.cc \ | 134 | ColSmartPlacement.hh ColSmartPlacement.cc \ |
133 | RowSmartPlacement.hh RowSmartPlacement.cc \ | 135 | RowSmartPlacement.hh RowSmartPlacement.cc \ |