diff Makefile @ 4798:62a60b40cf45 libavformat

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.
author diego
date Sun, 29 Mar 2009 14:35:20 +0000
parents 788145d0bc7e
children c7aebbb2f019
line wrap: on
line diff
--- a/Makefile	Sat Mar 28 03:54:31 2009 +0000
+++ b/Makefile	Sun Mar 29 14:35:20 2009 +0000
@@ -243,7 +243,7 @@
 OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
-EXAMPLES  = output-example
+EXAMPLES  = output
 TESTPROGS = timefilter
 
 include $(SUBDIR)../subdir.mak