unstr does not need libpng

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2737 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-04-16 01:26:42 +00:00
parent 8e284d88c1
commit fe4a3cc6c1
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
unstr: unstr.c unstr.h 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: clean:
rm unstr unstr.tgz rm unstr unstr.tgz
-2
View File
@@ -19,8 +19,6 @@
#include "unstr.h" #include "unstr.h"
#include <png.h>
struct options { struct options {
char *infile; char *infile;