summaryrefslogtreecommitdiff
path: root/plugins/ao
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-04 16:01:33 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-04 16:01:33 +0100
commitf7530c6302efde3300fe48644153805e777af92a (patch)
tree9286921f219c4e01a862f658887e2cb1c4a86f92 /plugins/ao
parent5a4dcbeed4abc92ccd72bc38a4322f60f8208ee8 (diff)
fixed AO makefile
Diffstat (limited to 'plugins/ao')
-rw-r--r--plugins/ao/Makefile2
1 files changed, 1 insertions, 1 deletions
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