/hg/icedtea6: Obtain Java plugin sources from NPPLUGIN_SRCDIR no...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Jan 25 14:45:23 PST 2010


changeset 8de40d0c722a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8de40d0c722a
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jan 25 22:45:06 2010 +0000

	Obtain Java plugin sources from NPPLUGIN_SRCDIR not NPPLUGIN_DIR.

	2010-01-25 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Use NPPLUGIN_SRCDIR for Java plugin
	sources.


diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog   |    5 +++++
Makefile.am |    2 +-

diffs (24 lines):

diff -r ae4a9516faec -r 8de40d0c722a ChangeLog
--- a/ChangeLog	Mon Jan 25 21:59:04 2010 +0000
+++ b/ChangeLog	Mon Jan 25 22:45:06 2010 +0000
@@ -1,3 +1,8 @@ 2010-01-25 Andrew John Hughes  <ahughes@
+2010-01-25 Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Use NPPLUGIN_SRCDIR for Java plugin sources.
+	
 2010-01-25 Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r ae4a9516faec -r 8de40d0c722a Makefile.am
--- a/Makefile.am	Mon Jan 25 21:59:04 2010 +0000
+++ b/Makefile.am	Mon Jan 25 22:45:06 2010 +0000
@@ -118,7 +118,7 @@ LIVECONNECT_DIR = -C lib/rt netscape
 LIVECONNECT_DIR = -C lib/rt netscape
 NPPLUGIN_DIR=$(abs_top_builddir)/plugin/icedteanp
 NPPLUGIN_SRCDIR=$(abs_top_srcdir)/plugin/icedteanp
-LIVECONNECT_SRCS = $(NPPLUGIN_DIR)/java
+LIVECONNECT_SRCS = $(NPPLUGIN_SRCDIR)/java
 else
 if ENABLE_PLUGIN
 ICEDTEAPLUGIN_CLEAN = clean-IcedTeaPlugin



More information about the distro-pkg-dev mailing list