aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-12-13 20:33:53 (GMT)
committerfluxgen <fluxgen>2002-12-13 20:33:53 (GMT)
commitbce4606b15f05fb846b92d0dfd94122825df792e (patch)
treebe5e187390caa397d6b7a58095595a9977933626 /src/FbTk/Makefile.am
parent25fd5b38526faaed0daabd1ff60ca5289a9f19db (diff)
downloadfluxbox-bce4606b15f05fb846b92d0dfd94122825df792e.zip
fluxbox-bce4606b15f05fb846b92d0dfd94122825df792e.tar.bz2
added simplecommand and command
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 6465cd0..c5f3ade 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -7,9 +7,11 @@ if MULTIBYTE
7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc 7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
8endif 8endif
9 9
10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \ 10libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
11 EventHandler.hh EventManager.hh EventManager.cc \
11 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \ 12 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \
12 RefCount.hh SignalHandler.cc SignalHandler.hh Text.hh Text.cc \ 13 RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
14 Text.hh Text.cc \
13 Texture.cc Texture.hh Theme.hh Theme.cc \ 15 Texture.cc Texture.hh Theme.hh Theme.cc \
14 XFontImp.cc XFontImp.hh \ 16 XFontImp.cc XFontImp.hh \
15 Button.hh Button.cc \ 17 Button.hh Button.cc \