diff options
Diffstat (limited to 'src/Makefile.am')
-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 92f0626..a468961 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -60,7 +60,7 @@ REGEXP_SOURCE = RegExp.hh RegExp.cc ClientPattern.hh ClientPattern.cc | |||
60 | endif | 60 | endif |
61 | endif | 61 | endif |
62 | if TOOLBAR_SRC | 62 | if TOOLBAR_SRC |
63 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc \ | 63 | TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ |
64 | ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh ToolbarItem.cc \ | 64 | ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh ToolbarItem.cc \ |
65 | ClockTool.hh ClockTool.cc \ | 65 | ClockTool.hh ClockTool.cc \ |
66 | WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ | 66 | WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ |