diff options
-rw-r--r-- | src/FbTk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 1a28ad9..42b2423 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -10,10 +10,11 @@ endif | |||
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 | EventHandler.hh EventManager.hh EventManager.cc \ | 11 | EventHandler.hh EventManager.hh EventManager.cc \ |
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 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ | 14 | Menu.hh Menu.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ |
14 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ | 15 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
15 | Text.hh Text.cc \ | 16 | Text.hh Text.cc \ |
16 | Texture.cc Texture.hh Theme.hh Theme.cc \ | 17 | Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ |
17 | XFontImp.cc XFontImp.hh \ | 18 | XFontImp.cc XFontImp.hh \ |
18 | Button.hh Button.cc \ | 19 | Button.hh Button.cc \ |
19 | ${xft_SOURCE} \ | 20 | ${xft_SOURCE} \ |