diff options
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 6465cd0..c5f3ade 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -7,9 +7,11 @@ if MULTIBYTE | |||
7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc | 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 EventHandler.hh EventManager.hh EventManager.cc \ | 10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
11 | EventHandler.hh EventManager.hh EventManager.cc \ | ||
11 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ | 12 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ |
12 | RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \ | 13 | RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ |
14 | Text.hh Text.cc \ | ||
13 | Texture.cc Texture.hh Theme.hh Theme.cc \ | 15 | Texture.cc Texture.hh Theme.hh Theme.cc \ |
14 | XFontImp.cc XFontImp.hh \ | 16 | XFontImp.cc XFontImp.hh \ |
15 | Button.hh Button.cc \ | 17 | Button.hh Button.cc \ |