aboutsummaryrefslogtreecommitdiff
path: root/dw/Makefile.am
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-09-10 21:00:58 +0200
committerSebastian Geerken <devnull@localhost>2013-09-10 21:00:58 +0200
commit06f5833b8f41196bc427c06e39ed21d431c1e665 (patch)
tree17654b3a7449ffdcfae9916fc211d5750789dfad /dw/Makefile.am
parent6acc9e9c711bad1f9d0125d884b9993ed1c4789e (diff)
Some refactoring: the image decoding code now only accesses dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore.
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r--dw/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am
index e108da60..06a7af51 100644
--- a/dw/Makefile.am
+++ b/dw/Makefile.am
@@ -14,6 +14,7 @@ libDw_core_a_SOURCES = \
findtext.cc \
findtext.hh \
imgbuf.hh \
+ imgrenderer.hh \
iterator.cc \
iterator.hh \
layout.cc \