changes: -bugfixes -Support SASL authentication extension -API and UI improvements -translation updates
13 lines
599 B
Text
13 lines
599 B
Text
$NetBSD: patch-ac,v 1.3 2009/10/26 11:02:21 drochner Exp $
|
|
|
|
--- plugin/Makefile.in.orig 2009-10-20 20:32:54.000000000 +0200
|
|
+++ plugin/Makefile.in
|
|
@@ -489,7 +489,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-@ENABLE_PLUGIN_TRUE@plugindir = $(libdir)/mozilla/plugins
|
|
+@ENABLE_PLUGIN_TRUE@plugindir = $(libdir)/netscape/plugins
|
|
@ENABLE_PLUGIN_TRUE@plugin_LTLIBRARIES = gtk-vnc-plugin.la
|
|
@ENABLE_PLUGIN_TRUE@gtk_vnc_plugin_la_SOURCES = \
|
|
@ENABLE_PLUGIN_TRUE@ gtk-vnc-plugin.c gtk-vnc-plugin.h npshell.c npunix.c
|