From cff257c3a082608e4b91313b79f73020f14e6e53 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sun, 17 Apr 2011 13:29:41 +0300 Subject: Fix testdownload, "make check" executes unittests --- src/libwebvi/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libwebvi') diff --git a/src/libwebvi/Makefile b/src/libwebvi/Makefile index 895478f..d5a2ff1 100644 --- a/src/libwebvi/Makefile +++ b/src/libwebvi/Makefile @@ -20,6 +20,8 @@ $(LIBMINOR): libwebvi.o ln -sf $(LIBMINOR) $(LIBSONAME) ln -sf $(LIBSONAME) $(LIBNAME) +libwebvi.so: $(LIBMINOR) + libwebvi.a: libwebvi.o ar rsc libwebvi.a libwebvi.o -- cgit v1.2.3