changeset 1852:4bfb7468a41e icedtea6-1.7

Reference plugin directory by absolute path to avoid confusion with Makefile target. 2010-01-27 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: Reference plugin directory by absolute path in EXTRA_DIST to avoid confusion with build rule.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 27 Jan 2010 17:52:01 +0000
parents 9629be2e762b
children 1338c270a9c1
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 27 17:48:02 2010 +0000
+++ b/ChangeLog	Wed Jan 27 17:52:01 2010 +0000
@@ -1,3 +1,9 @@
+2010-01-27 Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am: Reference plugin
+	directory by absolute path in EXTRA_DIST
+	to avoid confusion with build rule.
+	
 2010-01-27 Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Updated for 1.7 release.
--- a/Makefile.am	Wed Jan 27 17:48:02 2010 +0000
+++ b/Makefile.am	Wed Jan 27 17:52:01 2010 +0000
@@ -569,7 +569,7 @@
 	test/jtreg \
 	IcedTeaPlugin.cc \
 	HACKING pulseaudio fsg.sh \
-	plugin \
+	$(abs_top_srcdir)/plugin \
 	hotspot.map \
 	autogen.sh \
 	tapset/hotspot.stp.in \