diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-03-09 23:50:20 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2012-03-09 23:50:20 +0100 |
commit | c74425a513d3cf98186298cda94528424aabfdbc (patch) | |
tree | 254cfc8e3cf9462500fe86ebd1aabf989b4ca34d /dw/Makefile.am | |
parent | 0a2453a1e1e89e8821e4e8a230f0f56e2f7dd20c (diff) |
support display:inline-block
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 3014b35d..e65d978a 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -61,6 +61,8 @@ libDw_widgets_a_SOURCES = \ image.hh \ listitem.cc \ listitem.hh \ + inlineblock.cc \ + inlineblock.hh \ ruler.cc \ ruler.hh \ table.cc \ |