From 38d60726082b04e79edae1c8c797c6dcb8314504 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 25 Aug 2002 14:39:48 +0000 Subject: Workiiiiiiiiiiiiiiiiiing!!!! --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index e5a1b85..c351a36 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror -I../includes -DHAVE_ZLIB CXX=g++ -OBJECTS = cdutils.o lzss.o yazedc.o +OBJECTS = cdutils.o lzss.o yazedc.o dteutils.o TARGET = lib.a all: ${TARGET} -- cgit v1.2.3