Generalize example target rule in common.mak so that it sets a -example$(EXESUF)

suffix for all example files instead of doing this in individual Makefiles.

Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-03-29 14:35:20 +00:00
parent 7c17abaf9d
commit 43a0cb7ca2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
EXAMPLES = output-example
EXAMPLES = output
TESTPROGS = timefilter
include $(SUBDIR)../subdir.mak