aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-26 18:58:30 (GMT)
committerfluxgen <fluxgen>2003-04-26 18:58:30 (GMT)
commit6125c24401266effb90baf4b99d918bcdf29cad8 (patch)
treefbb7617acc7ec1775b53d907bd8e0ceba7c6b906 /src/FbTk/Makefile.am
parenta01e77133e66e7affaff475f67d8b50975543968 (diff)
downloadfluxbox-6125c24401266effb90baf4b99d918bcdf29cad8.zip
fluxbox-6125c24401266effb90baf4b99d918bcdf29cad8.tar.bz2
moved StringUtil to FbTk
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 1e40bfc..18e394a 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -12,14 +12,17 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
12 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ 12 FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
13 ImageControl.hh ImageControl.cc \ 13 ImageControl.hh ImageControl.cc \
14 MacroCommand.hh MacroCommand.cc \ 14 MacroCommand.hh MacroCommand.cc \
15 Menu.hh Menu.cc MenuItem.hh MenuItem.cc MenuTheme.hh MenuTheme.cc NotCopyable.hh \ 15 Menu.hh Menu.cc MenuItem.hh MenuItem.cc \
16 MenuTheme.hh MenuTheme.cc NotCopyable.hh \
16 RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \ 17 RefCount.hh SimpleCommand.hh SignalHandler.cc SignalHandler.hh \
17 Text.hh Text.cc \ 18 Text.hh Text.cc \
18 Texture.cc Texture.hh TextureRender.hh TextureRender.cc Theme.hh Theme.cc Timer.hh Timer.cc \ 19 Texture.cc Texture.hh TextureRender.hh TextureRender.cc \
20 Theme.hh Theme.cc Timer.hh Timer.cc \
19 XFontImp.cc XFontImp.hh \ 21 XFontImp.cc XFontImp.hh \
20 Button.hh Button.cc \ 22 Button.hh Button.cc \
21 Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ 23 Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \
22 XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ 24 XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \
25 StringUtil.hh StringUtil.cc \
23 Subject.hh Subject.cc Observer.hh Observer.cc \ 26 Subject.hh Subject.cc Observer.hh Observer.cc \
24 Transparent.hh Transparent.cc \ 27 Transparent.hh Transparent.cc \
25 FbPixmap.hh FbPixmap.cc \ 28 FbPixmap.hh FbPixmap.cc \