aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-03-19 21:49:42 (GMT)
committerfluxgen <fluxgen>2006-03-19 21:49:42 (GMT)
commit06647a687605898526d36044e97b0b96674682e5 (patch)
treefe4f43c4467315d0c5357df39a3744a11903c494
parentc8ee5642f8606d60af4b0cc21d182755324a1468 (diff)
downloadfluxbox-06647a687605898526d36044e97b0b96674682e5.zip
fluxbox-06647a687605898526d36044e97b0b96674682e5.tar.bz2
added missing files
-rw-r--r--src/Makefile.am2
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 \