From f7530c6302efde3300fe48644153805e777af92a Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 4 Dec 2010 16:01:33 +0100 Subject: fixed AO makefile --- plugins/ao/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ao') diff --git a/plugins/ao/Makefile b/plugins/ao/Makefile index 742684d3..953da86d 100644 --- a/plugins/ao/Makefile +++ b/plugins/ao/Makefile @@ -4,7 +4,7 @@ CC=gcc ZLIB_LIBS=-lz -CFLAGS=-Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I../.. -I./ -Ieng_ssf -Ieng_qsf -Ieng_dsf -lm +CFLAGS=-Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I../.. -I./ -Ieng_ssf -Ieng_qsf -Ieng_dsf LDFLAGS=-module -shared -fPIC $(ZLIB_LIBS) -lm -- cgit v1.2.3