From 04180befd426e35ac8f462478fbf745dd0dff292 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Wed, 5 Dec 2001 08:12:05 +0000 Subject: [PATCH] Pass -i option to nasm so that VPATH builds work correctly --- src/libFLAC/ia32/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/ia32/Makefile.am b/src/libFLAC/ia32/Makefile.am index bfdd195..6148f7f 100644 --- a/src/libFLAC/ia32/Makefile.am +++ b/src/libFLAC/ia32/Makefile.am @@ -21,7 +21,7 @@ SUFFIXES = .nasm .lo STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh .nasm.lo: - $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) $< -o $@ + $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -i$(srcdir)/ $< -o $@ noinst_LTLIBRARIES = libFLAC-asm.la libFLAC_asm_la_SOURCES = \ -- 2.7.4