From ab81f24ad43bddf77ddd25cba86780c1c884996c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 2 Nov 2013 17:05:28 +0100 Subject: build: Integrate multilibrary examples into the build system This includes moving libavformat/output-example to doc/examples/output. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c7987ab1e..5b8532a2f5 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,8 @@ endef $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D)))) +include $(SRC_PATH)/doc/Makefile + define DOPROG OBJS-$(1) += $(1).o $(EXEOBJS) $(OBJS-$(1)-yes) $(1)$(EXESUF): $$(OBJS-$(1)) @@ -203,7 +205,6 @@ config: check: all alltools checkheaders examples testprogs fate -include $(SRC_PATH)/doc/Makefile include $(SRC_PATH)/tests/Makefile $(sort $(OBJDIRS)): -- cgit v1.2.3