diff options
author | fluxgen <fluxgen> | 2003-08-29 00:57:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-29 00:57:12 (GMT) |
commit | ad3a374b584d92c9ddb0002eeee1aa52f80ef0b1 (patch) | |
tree | e72001251cb622b1422b2a304b1814f0f2cce88a /src | |
parent | e4e1e05c7df2ead15818fe177e98dc9fcdac95d3 (diff) | |
download | fluxbox-ad3a374b584d92c9ddb0002eeee1aa52f80ef0b1.zip fluxbox-ad3a374b584d92c9ddb0002eeee1aa52f80ef0b1.tar.bz2 |
added WorkspaceNameTheme
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d119d7c..1d4a80f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -62,7 +62,8 @@ 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 ToolbarHandler.hh ToolbarHandler.cc \ |
64 | ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh ToolbarItem.cc \ | 64 | ToolbarTheme.hh ToolbarTheme.cc ToolbarItem.hh ToolbarItem.cc \ |
65 | ClockTool.hh ClockTool.cc WorkspaceNameTool.hh WorkspaceNameTool.cc \ | 65 | ClockTool.hh ClockTool.cc \ |
66 | WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ | ||
66 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ | 67 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ |
67 | ToolTheme.hh ToolTheme.cc \ | 68 | ToolTheme.hh ToolTheme.cc \ |
68 | IconButton.hh IconButton.cc \ | 69 | IconButton.hh IconButton.cc \ |