summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-11-02 17:05:28 +0100
committerDiego Biurrun <diego@biurrun.de>2013-11-25 11:57:29 -0800
commitab81f24ad43bddf77ddd25cba86780c1c884996c (patch)
tree0ecac472ddd3a6a6f264d810a2a449473fb7b712 /Makefile
parent14abeaa43d021afdce9119d906891abe89c03b88 (diff)
build: Integrate multilibrary examples into the build system
This includes moving libavformat/output-example to doc/examples/output.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)):