diff options
author | waker <wakeroid@gmail.com> | 2012-05-02 22:00:46 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-05-02 22:00:46 +0200 |
commit | 6f729a31008b6804b8e2c60a08a9aba27d87b113 (patch) | |
tree | 52d33b131fcd801798a78396187322d793227cae /plugins/ao | |
parent | 0abfd1be88bcbadaba2ed39913a89b20a5245a5e (diff) |
ao static build fix
Diffstat (limited to 'plugins/ao')
-rw-r--r-- | plugins/ao/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ao/Makefile.am b/plugins/ao/Makefile.am index 5a7750e5..b9192338 100644 --- a/plugins/ao/Makefile.am +++ b/plugins/ao/Makefile.am @@ -17,11 +17,11 @@ eng_psf/cpuintrf.h eng_psf/mamemem.h eng_psf/psx.h\ eng_psf/peops/adsr.h eng_psf/peops/dma.h eng_psf/peops/externals.h eng_psf/peops/gauss_i.h eng_psf/peops/registers.h eng_psf/peops/regs.h eng_psf/peops/spu.h eng_psf/peops/stdafx.h\ eng_psf/peops2/adsr.h eng_psf/peops2/dma.h eng_psf/peops2/externals.h eng_psf/peops2/gauss_i.h eng_psf/peops2/psemuxa.h eng_psf/peops2/registers.h eng_psf/peops2/regs.h eng_psf/peops2/reverb.h eng_psf/peops2/spu.h eng_psf/peops2/stdafx.h -ddb_ao_la_LDFLAGS = -module -fPIC +ddb_ao_la_LDFLAGS = -module $(ZLIB_LIBS) EXTRA_DIST=eng_psf/peops/reverb.c eng_psf/peops/adsr.c eng_psf/peops/registers.c eng_psf/peops/dma.c eng_psf/peops2/spu2.c eng_psf/peops2/reverb2.c eng_psf/peops2/adsr2.c eng_dsf/arm7memil.c eng_dsf/aicalfo.c eng_ssf/scsplfo.c ddb_ao_la_LIBADD = $(LDADD) -AM_CFLAGS = $(CFLAGS) -Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I.. -Ieng_ssf -Ieng_qsf -Ieng_dsf -lm $(ZLIB_LIBS) +AM_CFLAGS = $(CFLAGS) -Wall -DPATH_MAX=1024 -DHAS_PSXCPU=1 -I.. -Ieng_ssf -Ieng_qsf -Ieng_dsf -lm -fPIC endif |