diff options
Diffstat (limited to 'src/FbTk')
-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 eb2a5fd..62f5fb3 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -7,7 +7,8 @@ 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 Font.cc Font.hh FontImp.hh NotCopyable.hh \ | 10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ |
11 | Font.cc Font.hh FontImp.hh NotCopyable.hh \ | ||
11 | SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ | 12 | SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ |
12 | XFontImp.cc XFontImp.hh \ | 13 | XFontImp.cc XFontImp.hh \ |
13 | ${xft_SOURCE} \ | 14 | ${xft_SOURCE} \ |