diff options
author | Sebastian Geerken <devnull@localhost> | 2012-10-07 23:22:23 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-10-07 23:22:23 +0200 |
commit | d1179582ee86f08fbc23d2363df7a794324095e8 (patch) | |
tree | b923faa58dc565fe199b485039f712b4a80d8862 /dw/Makefile.am | |
parent | d5e75bd44a43d8ef3bfdc9ac98ab4dfc3f6a4f94 (diff) |
TextblockIterator in own source file.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index 07948b5f..e108da60 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -72,6 +72,7 @@ libDw_widgets_a_SOURCES = \ tablecell.cc \ tablecell.hh \ textblock.cc \ + textblock_iterator.cc \ textblock_linebreaking.cc \ textblock.hh |