summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-31 14:48:13 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-31 14:48:13 -0300
commit7176684710b1b214243d330d7a20f11ce0cfdeb2 (patch)
treea9668943fd4fb56d328a9869aef3c08d6abe3bce /src/Makefile.am
parent72adc5b0fce163855e6927a1a917987368b4802f (diff)
Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanups
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e944fb98..ab1a539e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -87,8 +87,11 @@ dillo_SOURCES = \
dns.c \
dns.h \
gif.c \
+ gif.h \
jpeg.c \
+ djpeg.h \
png.c \
+ dpng.h \
imgbuf.cc \
imgbuf.hh \
image.cc \