summaryrefslogtreecommitdiff
path: root/dw/Makefile.am
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-01 00:30:01 +0200
committerSebastian Geerken <devnull@localhost>2014-09-01 00:30:01 +0200
commita2cf34555c64fa87bd146071cf46bd381c695761 (patch)
treea49d40dd73dd486d0f0111e28dd7a7189ed60970 /dw/Makefile.am
parent9430132423d99689de9c02db79df60fd1b4a5703 (diff)
Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly positioned elements; also with different containing blocks.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r--dw/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am
index 0b4b7bb4..a90fa20f 100644
--- a/dw/Makefile.am
+++ b/dw/Makefile.am
@@ -69,6 +69,14 @@ libDw_widgets_a_SOURCES = \
image.hh \
listitem.cc \
listitem.hh \
+ ooffloatsmgr.cc \
+ ooffloatsmgr.hh \
+ oofposabsmgr.cc \
+ oofposabsmgr.hh \
+ oofposfixedmgr.cc \
+ oofposfixedmgr.hh \
+ oofpositionedmgr.cc \
+ oofpositionedmgr.hh \
outofflowmgr.cc \
outofflowmgr.hh \
ruler.cc \