]> code.citadel.org Git - citadel.git/blobdiff - webcit/Makefile.in
* Modified the back end of mime_parser to use callbacks instead of
[citadel.git] / webcit / Makefile.in
index bf646162c7e82dc2bcf689e1ca10366b417b173f..a26260b9f11e50eb259e9636e987b5b609011297 100644 (file)
@@ -81,7 +81,7 @@ paging.o: paging.c webcit.h child.h
 sysmsgs.o: sysmsgs.c webcit.h child.h
        $(CC) $(CFLAGS) $(DEFS) -c sysmsgs.c
 
-mime_parser.o: mime_parser.c webcit.h child.h
+mime_parser.o: mime_parser.c webcit.h child.h mime_parser.h
        $(CC) $(CFLAGS) $(DEFS) -c mime_parser.c
 
 cookie_conversion.o: cookie_conversion.c webcit.h child.h