diff options
-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 \ |