added simplecommand and command

This commit is contained in:
fluxgen 2002-12-13 20:33:53 +00:00
parent 25fd5b3852
commit bce4606b15

View file

@ -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 \