summaryrefslogtreecommitdiff
authorDiego Biurrun <diego@biurrun.de>2011-12-13 14:55:11 (GMT)
committer Diego Biurrun <diego@biurrun.de>2011-12-13 22:34:22 (GMT)
commit144904e901d557a8af1d73bd217ec15bc4bedb85 (patch)
tree8dd9f2bc0cf74b9fc089da01d9b39be273f2f846
parent0d9bd2d5842a3eb5b327293509af06a05a0795ad (diff)
downloadffmpeg-144904e901d557a8af1d73bd217ec15bc4bedb85.zip
ffmpeg-144904e901d557a8af1d73bd217ec15bc4bedb85.tar.gz
ffmpeg-144904e901d557a8af1d73bd217ec15bc4bedb85.tar.bz2
build: rename subdir.mak ---> library.mak
Diffstat
-rw-r--r--Makefile2
-rw-r--r--library.mak (renamed from subdir.mak)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3809ece..19b8df4 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ define DOSUBDIR
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/
include $(SRC_PATH)/$(1)/Makefile
-include $(SRC_PATH)/subdir.mak
+include $(SRC_PATH)/library.mak
endef
$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))
diff --git a/subdir.mak b/library.mak
index e269b50..e269b50 100644
--- a/subdir.mak
+++ b/library.mak