diff options
author | fluxgen <fluxgen> | 2003-10-13 23:50:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-10-13 23:50:21 (GMT) |
commit | a0604948fe6272ce23040285137f4a6d456612be (patch) | |
tree | c59f9564f8fbc4f115b88129cd9b2ca6476b9d61 /src | |
parent | cb7ab28601901e3c7050fa17a6098f658206aaba (diff) | |
download | fluxbox-a0604948fe6272ce23040285137f4a6d456612be.zip fluxbox-a0604948fe6272ce23040285137f4a6d456612be.tar.bz2 |
added ToolFactory, Generictool, ButtonTool and ButtonTheme
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 05727b5..e713d9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -67,7 +67,10 @@ TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc \ | |||
67 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ | 67 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ |
68 | ToolTheme.hh ToolTheme.cc \ | 68 | ToolTheme.hh ToolTheme.cc \ |
69 | IconButton.hh IconButton.cc \ | 69 | IconButton.hh IconButton.cc \ |
70 | SystemTray.hh SystemTray.cc | 70 | SystemTray.hh SystemTray.cc \ |
71 | GenericTool.hh GenericTool.cc \ | ||
72 | ButtonTool.hh ButtonTool.cc ButtonTheme.hh ButtonTheme.cc \ | ||
73 | ToolFactory.hh ToolFactory.cc | ||
71 | endif | 74 | endif |
72 | 75 | ||
73 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 76 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |