diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 1e40bfc..18e394a 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -12,14 +12,17 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
13 | ImageControl.hh ImageControl.cc \ | 13 | ImageControl.hh ImageControl.cc \ |
14 | MacroCommand.hh MacroCommand.cc \ | 14 | MacroCommand.hh MacroCommand.cc \ |
15 | Menu.hh Menu.cc MenuItem.hh MenuItem.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | 15 | Menu.hh Menu.cc MenuItem.hh MenuItem.cc \ |
16 | MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | ||
16 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 17 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
17 | Text.hh Text.cc \ | 18 | Text.hh Text.cc \ |
18 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ | 19 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc \ |
20 | Theme.hh Theme.cc Timer.hh Timer.cc \ | ||
19 | XFontImp.cc XFontImp.hh \ | 21 | XFontImp.cc XFontImp.hh \ |
20 | Button.hh Button.cc \ | 22 | Button.hh Button.cc \ |
21 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ | 23 | Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ |
22 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ | 24 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ |
25 | StringUtil.hh StringUtil.cc \ | ||
23 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 26 | Subject.hh Subject.cc Observer.hh Observer.cc \ |
24 | Transparent.hh Transparent.cc \ | 27 | Transparent.hh Transparent.cc \ |
25 | FbPixmap.hh FbPixmap.cc \ | 28 | FbPixmap.hh FbPixmap.cc \ |