gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/plugin/win32 Makefile.am


From: Dossy Shiobara
Subject: [Gnash-commit] gnash/plugin/win32 Makefile.am
Date: Mon, 31 Mar 2008 19:34:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/31 19:34:10

Modified files:
        plugin/win32   : Makefile.am 

Log message:
        Install npgnash.dll into  for Win32.  A future
        installer will need to copy it into the correct directory as per
        the user's Windows registry indicates where the appropriate
        Mozilla-based application is installed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/win32/Makefile.am?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/win32/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile.am 30 Mar 2008 18:28:41 -0000      1.1
+++ Makefile.am 31 Mar 2008 19:34:10 -0000      1.2
@@ -58,7 +58,7 @@
        $(NSPR_LIBS) \
        $(NULL)
 
-plugindir   = $(FIREFOX_PLUGINS)
+plugindir = $(bindir)
 
 plugin_LTLIBRARIES = npgnash.la
 
@@ -75,16 +75,16 @@
 npgnashrc.o: npgnash.rc
        $(WINDRES) -o $@ $<
 
-install-pluginLIBRARIES: $(plugin_LIBRARIES)
+install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
        @echo "Nothing to install here now."
-       @echo "Use \"make install-plugin\" to install the npgnash plugin to 
$(DESTDIR)$(plugindir)."
+       @echo "Use \"make install-plugin\" to install the npgnash plugin to 
$(bindir)."
 
-install-plugin install-plugins: $(plugin_LIBRARIES)
-       test -d $(DESTDIR)$(plugindir) || $(mkinstalldirs) 
$(DESTDIR)$(plugindir)
-       $(INSTALL) $(INSTALL_STRIP_FLAG) $(plugin_LIBRARIES) 
$(DESTDIR)$(plugindir)
+install-plugin install-plugins: $(plugin_LTLIBRARIES)
+       test -d $(bindir) || $(mkinstalldirs) $(bindir)
+       $(INSTALL_PROGRAM) npgnash.dll $(bindir)
 
-uninstall-pluginLIBRARIES: $(plugin_LIBRARIES)
-       $(RM) -f $(DESTDIR)$(plugindir)/npgnash.dll
+uninstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+       $(RM) -f $(bindir)/npgnash.dll
 
 endif # WIN32
 endif # NSAPI




reply via email to

[Prev in Thread] Current Thread [Next in Thread]