diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2013-01-10 11:11:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2013-01-10 11:11:24 (GMT) |
commit | 06655f6d7ff2af0626d37f083b927af2af1be529 (patch) | |
tree | 484f8d0ab80e642b2b2a3bef02b6a045903e564e /src/Makefile.am | |
parent | 79fe2fca1de5140f538e68f6981b27cf7f917e7a (diff) | |
download | fluxbox_pavel-06655f6d7ff2af0626d37f083b927af2af1be529.zip fluxbox_pavel-06655f6d7ff2af0626d37f083b927af2af1be529.tar.bz2 |
Optional removal of SystemTray tool
Added the option to remove the SystemTray tool completely from
fluxbox.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 235193d..257bdbb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -106,11 +106,14 @@ TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc \ | |||
106 | WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ | 106 | WorkspaceNameTool.hh WorkspaceNameTool.cc WorkspaceNameTheme.hh \ |
107 | IconbarTool.hh IconbarTool.cc \ | 107 | IconbarTool.hh IconbarTool.cc \ |
108 | ToolTheme.hh ToolTheme.cc \ | 108 | ToolTheme.hh ToolTheme.cc \ |
109 | SystemTray.hh SystemTray.cc \ | ||
110 | GenericTool.hh GenericTool.cc \ | 109 | GenericTool.hh GenericTool.cc \ |
111 | ButtonTool.hh ButtonTool.cc ButtonTheme.hh ButtonTheme.cc \ | 110 | ButtonTool.hh ButtonTool.cc ButtonTheme.hh ButtonTheme.cc \ |
112 | ToolFactory.hh ToolFactory.cc | 111 | ToolFactory.hh ToolFactory.cc |
112 | if SYSTRAY_SRC | ||
113 | TOOLBAR_SOURCE += SystemTray.hh SystemTray.cc | ||
113 | endif | 114 | endif |
115 | endif | ||
116 | |||
114 | 117 | ||
115 | if SLIT_SRC | 118 | if SLIT_SRC |
116 | SLIT_SOURCE = Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc | 119 | SLIT_SOURCE = Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc |
@@ -174,5 +177,4 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
174 | ${SLIT_SOURCE} \ | 177 | ${SLIT_SOURCE} \ |
175 | ${TOOLBAR_SOURCE} | 178 | ${TOOLBAR_SOURCE} |
176 | 179 | ||
177 | 180 | LDADD=FbTk/libFbTk.a defaults.$(OBJEXT) | |
178 | LDADD=FbTk/libFbTk.a FbTk/LogicCommands.o defaults.$(OBJEXT) | ||