From d221b6d365604f7496cecba4190faf87955e62b0 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Mon, 8 Mar 2010 18:51:59 -0600 Subject: [PATCH] Add multipart.o to library target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dbe6f1f..63e1ddc 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -CFLAGS=-Wall -Werror -I/usr/local/include +CFLAGS=-g -Wall -Werror -I/usr/local/include .c.o: $(CC) $(CFLAGS) -c $> -OBJS=msgproc.o base64.o quoted-printable.o re_stream.o html.o text.o +OBJS=msgproc.o base64.o quoted-printable.o re_stream.o html.o text.o multipart.o default: liburl.a -- 2.50.1