changeset 1847:8de40d0c722a

Obtain Java plugin sources from NPPLUGIN_SRCDIR not NPPLUGIN_DIR. 2010-01-25 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Use NPPLUGIN_SRCDIR for Java plugin sources.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 25 Jan 2010 22:45:06 +0000
parents ae4a9516faec
children dc097bf9130b
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* Makefile.am:
+	Use NPPLUGIN_SRCDIR for Java plugin sources.
+	
 2010-01-25 Andrew John Hughes  <ahughes@redhat.com>
 
 	* 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
 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