aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 21:49:27 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 21:49:27 (GMT)
commit9616a676d869b8f67742da99d55e9327ea867166 (patch)
tree32d8daf4d851b4038e7098f88570891c0727bd7b /src/FbTk/Makefile.am
parent813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (diff)
downloadfluxbox-9616a676d869b8f67742da99d55e9327ea867166.zip
fluxbox-9616a676d869b8f67742da99d55e9327ea867166.tar.bz2
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 45a24b3..8619cc1 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -40,8 +40,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
40 Button.hh Button.cc \ 40 Button.hh Button.cc \
41 TextButton.hh TextButton.cc \ 41 TextButton.hh TextButton.cc \
42 Container.hh Container.cc \ 42 Container.hh Container.cc \
43 Layer.hh LayerItem.hh MultLayers.cc MultLayers.hh \ 43 MultLayers.cc MultLayers.hh \
44 XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ 44 Layer.cc Layer.hh LayerItem.cc LayerItem.hh \
45 Resource.hh Resource.cc \ 45 Resource.hh Resource.cc \
46 StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ 46 StringUtil.hh StringUtil.cc Parser.hh Parser.cc \
47 RegExp.hh RegExp.cc \ 47 RegExp.hh RegExp.cc \