diff options
author | fluxgen <fluxgen> | 2003-12-03 00:33:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-03 00:33:30 (GMT) |
commit | 5e9b6453f0d71c64f18e8082d53f9a42e2b3ae66 (patch) | |
tree | 6ac6f11bd46e55a5ce8f1e24e14ad4584d357c23 /src/Makefile.am | |
parent | 8971b068ac4ab9a74bccfee93b3314a83b3cbc15 (diff) | |
download | fluxbox_pavel-5e9b6453f0d71c64f18e8082d53f9a42e2b3ae66.zip fluxbox_pavel-5e9b6453f0d71c64f18e8082d53f9a42e2b3ae66.tar.bz2 |
removed ToolbarHandler
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 \ |