From 6a077179085c2dce7af420ffc384b87122da4a5c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 5 Oct 2006 00:57:48 +0000 Subject: Test programs depend on $(LIB). Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswscale/Makefile b/libswscale/Makefile index ae667cb111..b0b15d19c1 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -21,10 +21,10 @@ HEADERS = swscale.h rgb2rgb.h 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:: -- cgit v1.2.3