summaryrefslogtreecommitdiff
path: root/SpiceXPI/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-02-07 15:39:28 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2013-03-23 22:16:24 +0100
commitde800eebbfa876369ed38bc8a29962c3b308f9fa (patch)
treefa9c7a17662c19b67f188a91035a266fe4bfed12 /SpiceXPI/src
parent4da6fe08c79abd2ec8a87b9c871c7e1119e0fb08 (diff)
Rename plugin binary from libnsISpicec to npSpiceConsole
Windows Firefox expects the plugin filename to start with 'np' otherwise it won't pick it up as a plugin.
Diffstat (limited to 'SpiceXPI/src')
-rw-r--r--SpiceXPI/src/plugin/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/SpiceXPI/src/plugin/Makefile.am b/SpiceXPI/src/plugin/Makefile.am
index 9116ba7..3b7bd8d 100644
--- a/SpiceXPI/src/plugin/Makefile.am
+++ b/SpiceXPI/src/plugin/Makefile.am
@@ -6,10 +6,10 @@ SDK_INCLUDE_DIR = `pkg-config --variable=idldir libxul`
plugindir=$(extensiondir)/plugins
-plugin_LTLIBRARIES = libnsISpicec.la
+plugin_LTLIBRARIES = npSpiceConsole.la
-libnsISpicec_la_LDFLAGS = -avoid-version -module -no-undefined
-libnsISpicec_la_CPPFLAGS = \
+npSpiceConsole_la_LDFLAGS = -avoid-version -module -no-undefined
+npSpiceConsole_la_CPPFLAGS = \
-I$(top_srcdir)/common \
-I$(srcdir)/npapi \
$(GLIB_CFLAGS) \
@@ -17,11 +17,11 @@ libnsISpicec_la_CPPFLAGS = \
-DG_LOG_DOMAIN=\"SpiceXPI\" \
$(NULL)
-libnsISpicec_la_LIBADD = \
+npSpiceConsole_la_LIBADD = \
$(GLIB_LIBS) \
$(NULL)
-libnsISpicec_la_SOURCES = \
+npSpiceConsole_la_SOURCES = \
$(top_srcdir)/common/common.h \
$(top_srcdir)/common/rederrorcodes.h \
glib-compat.c \
@@ -48,7 +48,7 @@ libnsISpicec_la_SOURCES = \
$(NULL)
if OS_LINUX
-libnsISpicec_la_SOURCES += \
+npSpiceConsole_la_SOURCES += \
controller-unix.cpp \
controller-unix.h \
$(NULL)
@@ -58,7 +58,7 @@ if OS_WINDOWS
.rc.lo:
$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(WINDRES) $(RCFLAGS) -i $< -o $@
-libnsISpicec_la_SOURCES += \
+npSpiceConsole_la_SOURCES += \
resource.rc \
$(NULL)
@@ -67,7 +67,7 @@ libnsISpicec_la_SOURCES += \
endif
if BUILD_XPI
-libnsISpicec_la_SOURCES += \
+npSpiceConsole_la_SOURCES += \
nsISpicec.h \
$(NULL)