From 71c61f62a3ca855062c832ec2ed27e331221af45 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 7 Apr 2008 21:16:31 +0000 Subject: non-recursive makefiles Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 923f91c696..2357aeea44 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,4 +1,4 @@ -include ../config.mak +include $(SUBDIR)../config.mak NAME = avfilter FFLIBS = avcodec avutil @@ -14,4 +14,4 @@ OBJS = allfilters.o \ HEADERS = avfilter.h -include ../common.mak +include $(SUBDIR)../subdir.mak -- cgit v1.2.3