summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-15 15:50:29 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-16 21:37:21 +0100
commitb339182eba34f28de5f1a477cdd2c84f1ef35d90 (patch)
treee284b1348b4775bef096a807277606ffca6b325b /common.mak
parent77fbc032655534ab82627c982192323f2e0d5f18 (diff)
Move all example programs to doc/examples
Also drop support for building examples in library directories.
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 6836c11241..ade9376191 100644
--- a/common.mak
+++ b/common.mak
@@ -14,7 +14,6 @@ TESTPROGS += $(TESTPROGS-yes)
LDLIBS = $(FFLIBS:%=%$(BUILDSUF))
FFEXTRALIBS := $(LDLIBS:%=$(LD_LIB)) $(EXTRALIBS)
-EXAMPLES := $(EXAMPLES:%=$(SUBDIR)%-example$(EXESUF))
OBJS := $(sort $(OBJS:%=$(SUBDIR)%))
TESTOBJS := $(TESTOBJS:%=$(SUBDIR)%) $(TESTPROGS:%=$(SUBDIR)%-test.o)
TESTPROGS := $(TESTPROGS:%=$(SUBDIR)%-test$(EXESUF))