diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 6fa874a..ad5a048 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -16,7 +16,7 @@ imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc | |||
16 | endif | 16 | endif |
17 | 17 | ||
18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
19 | ObjectRegistry.hh Accessor.hh DefaultValue.hh \ | 19 | Accessor.hh DefaultValue.hh \ |
20 | FileUtil.hh FileUtil.cc \ | 20 | FileUtil.hh FileUtil.cc \ |
21 | EventHandler.hh EventManager.hh EventManager.cc \ | 21 | EventHandler.hh EventManager.hh EventManager.cc \ |
22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
@@ -44,7 +44,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
44 | StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ | 44 | StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ |
45 | RegExp.hh RegExp.cc \ | 45 | RegExp.hh RegExp.cc \ |
46 | FbString.hh FbString.cc \ | 46 | FbString.hh FbString.cc \ |
47 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 47 | Subject.hh Subject.cc Observer.hh Observer.cc SimpleObserver.hh \ |
48 | AutoReloadHelper.hh AutoReloadHelper.cc \ | ||
48 | Transparent.hh Transparent.cc \ | 49 | Transparent.hh Transparent.cc \ |
49 | FbPixmap.hh FbPixmap.cc \ | 50 | FbPixmap.hh FbPixmap.cc \ |
50 | FbDrawable.hh FbDrawable.cc \ | 51 | FbDrawable.hh FbDrawable.cc \ |