comparison Makefile @ 4788:99c0c6d046d8 libavformat

Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists.
author diego
date Sun, 22 Mar 2009 23:13:21 +0000
parents ffb7e8093289
children 3ee8699e4f35
comparison
equal deleted inserted replaced
4787:fbe515ed10fd 4788:99c0c6d046d8
241 OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o 241 OBJS-$(CONFIG_PIPE_PROTOCOL) += file.o
242 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o 242 OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
243 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o 243 OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
244 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o 244 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
245 245
246 TESTPROGS = $(addsuffix -test$(EXESUF), timefilter)
247
246 include $(SUBDIR)../subdir.mak 248 include $(SUBDIR)../subdir.mak