/hg/icedtea6: Fix make dist so tarballs can be built.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jan 20 18:18:01 PST 2010


changeset 2d94f16209e8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=2d94f16209e8
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Jan 21 02:23:36 2010 +0000

	Fix make dist so tarballs can be built.

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

	 * Makefile.am: Fix paths to patches and
	IcedTeaNPPlugin.cc for make dist.


diffstat:

2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog   |    6 ++++++
Makefile.am |    3 +--

diffs (32 lines):

diff -r 32f70f3018be -r 2d94f16209e8 ChangeLog
--- a/ChangeLog	Thu Jan 21 02:07:48 2010 +0000
+++ b/ChangeLog	Thu Jan 21 02:23:36 2010 +0000
@@ -1,3 +1,9 @@ 2010-01-20  Andrew John Hughes  <ahughes
+2010-01-21  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Fix paths to patches and IcedTeaNPPlugin.cc
+	for make dist.
+	
 2010-01-20  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 32f70f3018be -r 2d94f16209e8 Makefile.am
--- a/Makefile.am	Thu Jan 21 02:07:48 2010 +0000
+++ b/Makefile.am	Thu Jan 21 02:23:36 2010 +0000
@@ -552,14 +552,13 @@ endif
 # FIXME (distclean): Add pulseaudio sources
 
 EXTRA_DIST = rt generated \
-	patches/* \
+	$(abs_top_srcdir)/patches/* \
 	tools-copy contrib ports \
 	extra overlays \
 	javaws.png javaws.desktop visualvm.desktop \
 	jconsole.desktop policytool.desktop \
 	test/jtreg \
 	IcedTeaPlugin.cc \
-	IcedTeaNPPlugin.cc \
 	HACKING pulseaudio fsg.sh \
 	plugin \
 	hotspot.map \



More information about the distro-pkg-dev mailing list