aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b1e6052..864902d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,7 +76,6 @@ TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \
76 WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ 76 WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \
77 IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ 77 IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \
78 ToolTheme.hh ToolTheme.cc \ 78 ToolTheme.hh ToolTheme.cc \
79 IconButton.hh IconButton.cc \
80 SystemTray.hh SystemTray.cc \ 79 SystemTray.hh SystemTray.cc \
81 GenericTool.hh GenericTool.cc \ 80 GenericTool.hh GenericTool.cc \
82 ButtonTool.hh ButtonTool.cc ButtonTheme.hh ButtonTheme.cc \ 81 ButtonTool.hh ButtonTool.cc ButtonTheme.hh ButtonTheme.cc \
@@ -136,6 +135,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
136 ScreenPlacement.hh ScreenPlacement.cc \ 135 ScreenPlacement.hh ScreenPlacement.cc \
137 UnderMousePlacement.hh UnderMousePlacement.cc \ 136 UnderMousePlacement.hh UnderMousePlacement.cc \
138 AttentionNoticeHandler.hh AttentionNoticeHandler.cc \ 137 AttentionNoticeHandler.hh AttentionNoticeHandler.cc \
138 IconButton.hh IconButton.cc \
139 STLUtil.hh \ 139 STLUtil.hh \
140 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 140 ${newwmspec_SOURCE} ${gnome_SOURCE} \
141 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 141 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}