diff options
author | fluxgen <fluxgen> | 2003-04-26 18:27:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-26 18:27:56 (GMT) |
commit | 6e460803e4429db5a230417fcbb67214217b58fb (patch) | |
tree | e4f8fd76cea2ce493fefab38f2309e4bd27dd580 /src/Makefile.am | |
parent | ae47696324e489355d19ea45c17442a3515a8845 (diff) | |
download | fluxbox_paul-6e460803e4429db5a230417fcbb67214217b58fb.zip fluxbox_paul-6e460803e4429db5a230417fcbb67214217b58fb.tar.bz2 |
moved StringUtil to FbTk
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a49c653..75610c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -61,12 +61,13 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
61 | Resource.hh Resource.cc \ | 61 | Resource.hh Resource.cc \ |
62 | RootTheme.hh RootTheme.cc \ | 62 | RootTheme.hh RootTheme.cc \ |
63 | Screen.cc Screen.hh \ | 63 | Screen.cc Screen.hh \ |
64 | Slit.cc Slit.hh StringUtil.cc StringUtil.hh \ | 64 | Slit.cc Slit.hh \ |
65 | TextButton.hh TextButton.cc \ | 65 | TextButton.hh TextButton.cc \ |
66 | Toolbar.cc Toolbar.hh \ | 66 | Toolbar.cc Toolbar.hh \ |
67 | ToolbarHandler.cc ToolbarHandler.hh \ | 67 | ToolbarHandler.cc ToolbarHandler.hh \ |
68 | ToolbarTheme.hh ToolbarTheme.cc \ | 68 | ToolbarTheme.hh ToolbarTheme.cc \ |
69 | WinButton.hh WinButton.cc Window.cc Window.hh \ | 69 | WinButton.hh WinButton.cc \ |
70 | Window.cc Window.hh \ | ||
70 | Workspace.cc Workspace.hh \ | 71 | Workspace.cc Workspace.hh \ |
71 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ | 72 | XrmDatabaseHelper.hh FbCommands.hh FbCommands.cc LayerMenu.hh \ |
72 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ | 73 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh \ |