From fbb9d1043d775b1ba2524a7f03d05af5b3103cd1 Mon Sep 17 00:00:00 2001 From: Víctor Paesa Date: Wed, 13 Sep 2006 22:04:40 +0000 Subject: Fix vhook build on Cygwin, shared builds only. patch by Víctor Paesa, wzrlpy arsystel com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 6247 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhook/Makefile') diff --git a/vhook/Makefile b/vhook/Makefile index 255a2c6fed..d336d0445f 100644 --- a/vhook/Makefile +++ b/vhook/Makefile @@ -36,7 +36,7 @@ uninstall: -rmdir "$(shlibdir)/vhook/" %$(SLIBSUF): %.o - $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(LIBS_$@) + $(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@) clean: rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll -- cgit v1.2.3