From 8aaa885aae14ef3bd350b847e4e410d5dc3d0197 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 10 Sep 2013 20:35:45 +0200 Subject: fixed ffap build on osx --- plugins/ffap/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/ffap') diff --git a/plugins/ffap/Makefile.am b/plugins/ffap/Makefile.am index 4f6ce038..24cd7909 100644 --- a/plugins/ffap/Makefile.am +++ b/plugins/ffap/Makefile.am @@ -8,16 +8,20 @@ EXTRA_DIST = dsputil_yasm.asm x86inc.asm SUFFIXES = .asm if HAVE_YASM +if APE_USE_YASM INTEL_SRC=dsputil_yasm.asm ffap_la_DEPENDENCIES=dsputil_yasm.lo endif +endif ffap_la_SOURCES = ffap.c $(INTEL_SRC) if HAVE_YASM +if APE_USE_YASM .asm.lo: $(LIBTOOL) --tag=CC --mode=compile $(YASM) $(YASM_FLAGS) -o $@ $< endif +endif ffap_la_LDFLAGS = -module -lm -- cgit v1.2.3