From 7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 11 Jan 2009 22:48:07 +0000 Subject: Extend 'checkheaders' target to architecture-specific subdirectories. Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index be2f3e1e09..284f874c4f 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -43,6 +43,8 @@ OBJS = adler32.o \ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) +DIRS = arm bfin sh4 x86 + include $(SUBDIR)../subdir.mak $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2 -- cgit v1.2.3