diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-09-16 Jiri Vanek <[email protected]> + + * Makefile.am: returned modified (EXTRA_DIST) variable. It is enriched for + netx-dist-tests-whitelist and NEW_LINE_IFS to enable reproducers tests + in dist tarball. + 2013-09-16 Deepak Bhole <[email protected]> CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event diff --git a/Makefile.am b/Makefile.am index 98ce571..da7b7c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,6 +191,9 @@ endif export PLUGIN_VERSION = IcedTea-Web $(FULL_VERSION) +export EXTRA_DIST = $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png javaws.desktop.in launcher \ + itweb-settings.desktop.in $(top_srcdir)/tests html-gen.sh netx-dist-tests-whitelist NEW_LINE_IFS + # reproducers `D`shortcuts export DTEST_SERVER=-Dtest.server.dir=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR) export DJAVAWS_BUILD=-Djavaws.build.bin=$(DESTDIR)$(bindir)/$(javaws) |