aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmair Majid <[email protected]>2011-03-24 09:34:51 -0400
committerOmair Majid <[email protected]>2011-03-24 09:34:51 -0400
commit7d6ec16b33a835571fbce609c0611733e620055f (patch)
treef0abb2810ec2f67f3813fff147599f360670dfba
parentc92f8485eeea6af5b408c1b534e9ddd26f1e5547 (diff)
Fix broken make distcheck
Add tests dir to EXTRA_DIST to unbreak make distcheck 2011-03-24 Omair Majid <[email protected]> * Makefile.am (EXTRA_DIST): Add $(top_srcdir)/tests.
-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