set SRC_DIR in top-leve Makefile

Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-03-15 19:24:05 +00:00
parent c415857d06
commit a426bbfc28
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#
include config.mak
SRC_DIR = $(SRC_PATH_BARE)
vpath %.c $(SRC_PATH_BARE)
vpath %.h $(SRC_PATH_BARE)
vpath %.texi $(SRC_PATH_BARE)