aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f55ec..a388cfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-03-24 Omair Majid <[email protected]>
+ * Makefile.am (EXTRA_DIST): Add $(top_srcdir)/tests.
+
+2011-03-24 Omair Majid <[email protected]>
+
* netx/net/sourceforge/jnlp/resources/Messages.properties: Add
RBrowserLocationPromptTitle, RBrowserLocationPromptMessage and
RBrowserLocationPromptMessageWithReason.
diff --git a/Makefile.am b/Makefile.am
index 4d259ca..af348b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ endif
PLUGIN_VERSION = IcedTea-Web $(FULL_VERSION)
EXTRA_DIST = $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png javaws.desktop.in extra launcher \
- itweb-settings.desktop.in
+ itweb-settings.desktop.in $(top_srcdir)/tests
# the launcher needs to know $(bindir) and $(datadir) which can be different at
# make-time from configure-time