From 8a54bfe83f3387072fb2044096d073c973739ed1 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 30 Jul 2011 11:01:17 +0200 Subject: build: make examples build normally The link target was missing $(EXAMPLES) --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subdir.mak') diff --git a/subdir.mak b/subdir.mak index e6d52953b5..e269b509ce 100644 --- a/subdir.mak +++ b/subdir.mak @@ -34,7 +34,7 @@ install-libs-$(CONFIG_STATIC): install-lib$(NAME)-static install-libs-$(CONFIG_SHARED): install-lib$(NAME)-shared define RULES -$(TESTPROGS) $(TOOLS): %$(EXESUF): %.o +$(EXAMPLES) $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o $$(LD) $(LDFLAGS) -o $$@ $$^ -l$(FULLNAME) $(FFEXTRALIBS) $$(ELIBS) $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) -- cgit v1.2.3