build: make examples build normally
authorLuca Barbato <lu_zero@gentoo.org>
Sat, 30 Jul 2011 09:01:17 +0000 (11:01 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 30 Jul 2011 11:42:44 +0000 (13:42 +0200)
The link target was missing $(EXAMPLES)

subdir.mak

index e6d5295..e269b50 100644 (file)
@@ -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)