From 1f0a1fd57bd1dbddab4ad189a721fbe67f59ca3a Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 29 Apr 2007 13:07:45 +0000 Subject: Completed issue malloc, fixed build warnings Used malloc to dynamically assign enough memory for sections, items, and media, using the functionality of issuemem.c Included some function definitions in issue.h to remove various build warnings git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-21 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9925cc..34a02db 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LDFLAGS+=`curl-config --libs` `xml2-config --libs` all: getht -getht: download.o config.o tocxml.o mediarev.o mediaxml.o xml.o +getht: download.o config.o issuemem.o tocxml.o mediarev.o mediaxml.o xml.o tocxml.o mediaxml.o: xml.o -- cgit v1.2.3