diff options
author | fluxgen <fluxgen> | 2003-05-18 22:08:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-18 22:08:19 (GMT) |
commit | 0d34ca1ea0874667829891acf19ee69323d0f410 (patch) | |
tree | a56e530c5ab64d23e236446a52c3141c9455195f /src/FbTk/Makefile.am | |
parent | 251ca294abe7af0cbe5caf3c33052292cad42fa5 (diff) | |
download | fluxbox_pavel-0d34ca1ea0874667829891acf19ee69323d0f410.zip fluxbox_pavel-0d34ca1ea0874667829891acf19ee69323d0f410.tar.bz2 |
moved Resource to FbTk and change name of DirHelper to FbTk Directory
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 4d8318b..67b7b65 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -8,6 +8,7 @@ xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc | |||
8 | endif | 8 | endif |
9 | 9 | ||
10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
11 | Directory.hh Directory.cc \ | ||
11 | EventHandler.hh EventManager.hh EventManager.cc \ | 12 | EventHandler.hh EventManager.hh EventManager.cc \ |
12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 13 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
13 | ImageControl.hh ImageControl.cc \ | 14 | ImageControl.hh ImageControl.cc \ |
@@ -22,10 +23,12 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
22 | Button.hh Button.cc \ | 23 | Button.hh Button.cc \ |
23 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ | 24 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ |
24 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ | 25 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ |
26 | Resource.hh Resource.cc \ | ||
25 | StringUtil.hh StringUtil.cc \ | 27 | StringUtil.hh StringUtil.cc \ |
26 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 28 | Subject.hh Subject.cc Observer.hh Observer.cc \ |
27 | Transparent.hh Transparent.cc \ | 29 | Transparent.hh Transparent.cc \ |
28 | FbPixmap.hh FbPixmap.cc \ | 30 | FbPixmap.hh FbPixmap.cc \ |
29 | FbDrawable.hh FbDrawable.cc \ | 31 | FbDrawable.hh FbDrawable.cc \ |
32 | XrmDatabaseHelper.hh \ | ||
30 | ${xft_SOURCE} \ | 33 | ${xft_SOURCE} \ |
31 | ${xmb_SOURCE} | 34 | ${xmb_SOURCE} |