summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-28 17:08:00 +0100
committerMans Rullgard <mans@mansr.com>2011-06-28 18:15:19 +0100
commit57b4a3dd2b358b2122736af861c1538acd1eed1a (patch)
tree4c959f90b1d66fe6989592fe7d05c94c288cabe6 /libavutil/Makefile
parent618230c7f44adf2c6acc68028e4117376c9f68db (diff)
build: include sub-makefiles using full path instead of symlinks
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 304b288851..01344df2a3 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -82,6 +82,6 @@ DIRS = arm bfin sh4 x86
ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
-include $(SUBDIR)../subdir.mak
+include $(SRC_PATH)/subdir.mak
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2