diff options
author | Sebastian Geerken <devnull@localhost> | 2015-06-09 23:15:39 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-06-09 23:15:39 +0200 |
commit | c1489885decc91520542f54da489af5290e8a98c (patch) | |
tree | e757da14394cb2f3032c993acec6a6eec221a5f0 /dw/Makefile.am | |
parent | 7c8f69de8bc95c6078ee5fc0b63d263a80f31b44 (diff) |
SRDOP: Some refactoring.
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 ee891234..ee779254 100644 --- a/dw/Makefile.am +++ b/dw/Makefile.am @@ -27,6 +27,8 @@ libDw_core_a_SOURCES = \ stackingcontextmgr.cc \ style.cc \ style.hh \ + tools.cc \ + tools.hh \ types.cc \ types.hh \ ui.cc \ |