added simplecommand and command
This commit is contained in:
parent
25fd5b3852
commit
bce4606b15
1 changed files with 4 additions and 2 deletions
|
@ -7,9 +7,11 @@ if MULTIBYTE
|
|||
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
|
||||
endif
|
||||
|
||||
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \
|
||||
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
|
||||
EventHandler.hh EventManager.hh EventManager.cc \
|
||||
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \
|
||||
RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \
|
||||
RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
|
||||
Text.hh Text.cc \
|
||||
Texture.cc Texture.hh Theme.hh Theme.cc \
|
||||
XFontImp.cc XFontImp.hh \
|
||||
Button.hh Button.cc \
|
||||
|
|
Loading…
Reference in a new issue