plugin build is broken



Hello, folks.

It was reported that the plugin fails to build:
https://bugzilla.gnome.org/show_bug.cgi?id=599146

The attached patch (trivial) fixes the build in my machine, however I
would like to know why this fails now but built fine before.

Also, it was suggested to drop the plugin from the source [1]. What are
the plans?

[1]-http://mail.gnome.org/archives/gtk-vnc-list/2009-October/msg00000.html

Cheers,
-- 
Jonh Wendell
http://www.bani.com.br
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 2fa8777..1bd70c3 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -12,7 +12,7 @@ gtk_vnc_plugin_la_LDFLAGS = \
 	-module -avoid-version
 gtk_vnc_plugin_la_CFLAGS = \
 	-I$(top_srcdir)/src @GTK_CFLAGS@ \
-	@FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@
+	@FIREFOX_PLUGIN_CFLAGS@ @WARNING_CFLAGS@
 
 all-local: gtk-vnc-plugin.so
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]