From de2f77d865e7400c9bf5839ca0952f2aa532677c Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Wed, 5 Mar 2008 21:27:58 +0000 Subject: allow vpath search only for source files Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8191165ac8..1a300c9d7e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,9 @@ # include config.mak -VPATH=$(SRC_PATH_BARE) +vpath %.c $(SRC_PATH_BARE) +vpath %.h $(SRC_PATH_BARE) +vpath %.texi $(SRC_PATH_BARE) CFLAGS=$(OPTFLAGS) -I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \ -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libswscale \ -- cgit v1.2.3