From fe4a3cc6c1c91288013d63609b36748920a96368 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Mon, 16 Apr 2007 01:26:42 +0000 Subject: [PATCH] unstr does not need libpng git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2737 8092fc87-c524-0410-9efc-e669fe64eaf9 --- tools/str/Makefile | 2 +- tools/str/unstr.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/str/Makefile b/tools/str/Makefile index 78b0cbfc3..169d1f0c7 100644 --- a/tools/str/Makefile +++ b/tools/str/Makefile @@ -1,5 +1,5 @@ unstr: unstr.c unstr.h - gcc -W -Wall -g -O0 unstr.c -o unstr -lpng -lz -lm + gcc -W -Wall -g -O0 unstr.c -o unstr clean: rm unstr unstr.tgz diff --git a/tools/str/unstr.c b/tools/str/unstr.c index e694f3844..7824f2bc4 100644 --- a/tools/str/unstr.c +++ b/tools/str/unstr.c @@ -19,8 +19,6 @@ #include "unstr.h" -#include - struct options { char *infile;