diff options
author | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-07 03:41:27 (GMT) |
commit | 520f552be79581be50156bb7785e7ef0ce946b07 (patch) | |
tree | 82edcbb794f6b89804a2a7f75e0122afcc074f94 /src/FbTk/Makefile.am | |
parent | 0e9fa988ff41cc32a390f70443669a6df45f3e44 (diff) | |
download | fluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.zip fluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.tar.bz2 |
handle utf-8 strings properly.
use utf8 internally
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index e0fda04..527aa5b 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -36,6 +36,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
36 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ | 36 | XLayer.cc XLayer.hh XLayerItem.cc XLayerItem.hh \ |
37 | Resource.hh Resource.cc \ | 37 | Resource.hh Resource.cc \ |
38 | StringUtil.hh StringUtil.cc \ | 38 | StringUtil.hh StringUtil.cc \ |
39 | FbString.hh FbString.cc \ | ||
39 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 40 | Subject.hh Subject.cc Observer.hh Observer.cc \ |
40 | Transparent.hh Transparent.cc \ | 41 | Transparent.hh Transparent.cc \ |
41 | FbPixmap.hh FbPixmap.cc \ | 42 | FbPixmap.hh FbPixmap.cc \ |