diff options
author | fluxgen <fluxgen> | 2003-08-15 13:53:45 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-15 13:53:45 (GMT) |
commit | 99a12262fddf51e81e2aa580745ff04dff56ce99 (patch) | |
tree | 61c477e9590f94a43f2dc53f1a28addcb0cc2cc9 /src/Makefile.am | |
parent | 091748bd46d27d66966d807c27a49ab172180672 (diff) | |
download | fluxbox_pavel-99a12262fddf51e81e2aa580745ff04dff56ce99.zip fluxbox_pavel-99a12262fddf51e81e2aa580745ff04dff56ce99.tar.bz2 |
added SystemTray files
Diffstat (limited to 'src/Makefile.am')
-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 74768af..93ed18f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -65,7 +65,8 @@ TOOLBAR_SOURCE = Toolbar.hh Toolbar.cc ToolbarHandler.hh ToolbarHandler.cc \ | |||
65 | ClockTool.hh ClockTool.cc WorkspaceNameTool.hh WorkspaceNameTool.cc \ | 65 | ClockTool.hh ClockTool.cc WorkspaceNameTool.hh WorkspaceNameTool.cc \ |
66 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ | 66 | IconbarTool.hh IconbarTool.cc IconbarTheme.hh IconbarTheme.cc \ |
67 | ToolTheme.hh ToolTheme.cc \ | 67 | ToolTheme.hh ToolTheme.cc \ |
68 | IconButton.hh IconButton.cc IconButtonTheme.hh IconButtonTheme.cc | 68 | IconButton.hh IconButton.cc IconButtonTheme.hh IconButtonTheme.cc \ |
69 | SystemTray.hh SystemTray.cc | ||
69 | endif | 70 | endif |
70 | 71 | ||
71 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 72 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |