From 878dda5db12b6f84cc9fb37c5c88b94a5be61a24 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 13 Dec 2011 13:28:01 +0000 Subject: build: move inclusion of subdir.mak to main subdir loop Signed-off-by: Mans Rullgard --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04af278b93..3809ece352 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ define DOSUBDIR $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) SUBDIR := $(1)/ include $(SRC_PATH)/$(1)/Makefile +include $(SRC_PATH)/subdir.mak endef $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D)))) -- cgit v1.2.3