diff options
author | mathias <mathias> | 2004-12-18 01:29:22 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-18 01:29:22 (GMT) |
commit | b3fa5c242881b55a76c0e25b3cebaf15d0744f69 (patch) | |
tree | bcdb8e0df23428f3f3107e27e6af008d6a0409cc /src/FbTk/Makefile.am | |
parent | 6458b1b485c7481da6d2d1bf235b44fe3b700bd3 (diff) | |
download | fluxbox-b3fa5c242881b55a76c0e25b3cebaf15d0744f69.zip fluxbox-b3fa5c242881b55a76c0e25b3cebaf15d0744f69.tar.bz2 |
* moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now
file and directory - helproutines.
* created the FileUtil-namespace which contains file-related functions, moved
those functions out of Directory - code
* changes to the rest of the files to follow those changes
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 49217bc..be9b3ef 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -13,7 +13,7 @@ xpm_SOURCE= ImageXPM.hh ImageXPM.cc | |||
13 | endif | 13 | endif |
14 | 14 | ||
15 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 15 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
16 | Directory.hh Directory.cc \ | 16 | FileUtil.hh FileUtil.cc \ |
17 | EventHandler.hh EventManager.hh EventManager.cc \ | 17 | EventHandler.hh EventManager.hh EventManager.cc \ |
18 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 18 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
19 | I18n.cc I18n.hh \ | 19 | I18n.cc I18n.hh \ |