diff options
author | fluxgen <fluxgen> | 2003-06-20 01:25:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-20 01:25:43 (GMT) |
commit | 97034df0bae7cc7311f738724ffed883977fafab (patch) | |
tree | 4723ecd9f908af585a606c4cfc07571b0dbc3510 /src/Makefile.am | |
parent | 32bf14b3bd2220442696344de463b3447dd007ea (diff) | |
download | fluxbox-97034df0bae7cc7311f738724ffed883977fafab.zip fluxbox-97034df0bae7cc7311f738724ffed883977fafab.tar.bz2 |
added SlitClient and SlitTheme files
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 b7b5073..9c86800 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -67,7 +67,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
67 | RootTheme.hh RootTheme.cc \ | 67 | RootTheme.hh RootTheme.cc \ |
68 | FbRootWindow.hh FbRootWindow.cc \ | 68 | FbRootWindow.hh FbRootWindow.cc \ |
69 | Screen.cc Screen.hh \ | 69 | Screen.cc Screen.hh \ |
70 | Slit.cc Slit.hh \ | 70 | Slit.cc Slit.hh SlitTheme.hh SlitClient.hh SlitClient.cc \ |
71 | TextButton.hh TextButton.cc \ | 71 | TextButton.hh TextButton.cc \ |
72 | Toolbar.cc Toolbar.hh \ | 72 | Toolbar.cc Toolbar.hh \ |
73 | ToolbarHandler.cc ToolbarHandler.hh \ | 73 | ToolbarHandler.cc ToolbarHandler.hh \ |