diff options
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index ad5a048..0033ab9 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -21,6 +21,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
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 \ |
23 | I18n.cc I18n.hh \ | 23 | I18n.cc I18n.hh \ |
24 | CommandParser.hh \ | ||
25 | RadioMenuItem.hh \ | ||
24 | ImageControl.hh ImageControl.cc \ | 26 | ImageControl.hh ImageControl.cc \ |
25 | LogicCommands.hh LogicCommands.cc \ | 27 | LogicCommands.hh LogicCommands.cc \ |
26 | MacroCommand.hh MacroCommand.cc \ | 28 | MacroCommand.hh MacroCommand.cc \ |