Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.

Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-03-25 18:19:20 +00:00
parent 6ccf540fa5
commit 7304c2c4ce
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -243,6 +243,6 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
TESTPROGS = $(addsuffix -test$(EXESUF), timefilter)
TESTPROGS = timefilter
include $(SUBDIR)../subdir.mak