From 4a318199cc01ef1368a430ada102987e9e9b1f8e Mon Sep 17 00:00:00 2001 From: Damien Fouilleul Date: Mon, 19 Nov 2007 19:42:19 +0000 Subject: [PATCH] activex: fixed registration problems as reported in forums (i.e DllRegisterServer@0 postfix is removed). damn libtool ! --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index da258cc..a0ef44b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,7 @@ axvlc_la_SOURCES = $(SOURCES_activex) axvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags activex` axvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags activex` axvlc_la_DEPENDENCIES = axvlc.def $(DATA_axvlc_rc) $(LIBRARIES_libvlc) -axvlc_la_LDFLAGS = $(srcdir)/axvlc.def -Wl,$(DATA_axvlc_rc) \ +axvlc_la_LDFLAGS = -Wl,$(srcdir)/axvlc.def -Wl,$(DATA_axvlc_rc) \ -no-undefined -avoid-version -module \ `$(VLC_CONFIG) --ldflags activex libvlc` axvlc_la_LIBADD = $(LIBRARIES_libvlc) \ -- 2.22.0