diff options
author | markt <markt> | 2007-04-03 20:32:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-03 20:32:01 (GMT) |
commit | 29eda24fd24c0e562f8f5a60da20bf9a6aef1729 (patch) | |
tree | bfb04c42a46767da7986c9aa73c19cc7dc4e274c | |
parent | f7c36d77038a5c149dad419e740919036a538703 (diff) | |
download | fluxbox-29eda24fd24c0e562f8f5a60da20bf9a6aef1729.zip fluxbox-29eda24fd24c0e562f8f5a60da20bf9a6aef1729.tar.bz2 |
fixed ld error with --disable-toolbar
-rw-r--r-- | src/Makefile.am | 2 |
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} |