diff libswscale/Makefile @ 20053:63979c96cca5

Test programs depend on $(LIB).
author diego
date Thu, 05 Oct 2006 00:57:48 +0000
parents 4b066db32976
children c13f577b8cf8
line wrap: on
line diff
--- a/libswscale/Makefile	Thu Oct 05 00:12:04 2006 +0000
+++ b/libswscale/Makefile	Thu Oct 05 00:57:48 2006 +0000
@@ -21,10 +21,10 @@
 
 include $(SRC_PATH)/common.mak
 
-cs_test: cs_test.c
+cs_test: cs_test.c $(LIB)
 	$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
 
-swscale-example: swscale-example.c
+swscale-example: swscale-example.c $(LIB)
 	$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
 
 clean::