diff options
author | sgeerken <devnull@localhost> | 2012-06-25 13:37:31 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-06-25 13:37:31 +0200 |
commit | cb2955ad37a58ff828ee8b8e70165ae34b381f19 (patch) | |
tree | f75693680ae9da8c558e52091dda3953928c98a9 /dw/Makefile.am | |
parent | 7729de9ba89ea555b2f8b6d4adda8f86a112d082 (diff) |
Hyphenation moved to dw (soon to be used by dw::Textlock)
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r-- | dw/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am index 4cd53099..bab63682 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -57,6 +57,8 @@ libDw_widgets_a_SOURCES = \ alignedtextblock.hh \ bullet.cc \ bullet.hh \ + hyphenator.cc \ + hyphenator.hh \ image.cc \ image.hh \ listitem.cc \ |