diff options
author | Adam Domurad <[email protected]> | 2012-08-28 10:36:49 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-08-28 10:36:49 -0400 |
commit | d06355b4ad5a98172533762870d0ceb55f9f048d (patch) | |
tree | 15915c235b3ce8e85b229154cf589f71d0f1cde6 /Makefile.am | |
parent | b2a9d22797aab8a1ce0fc1adb1c716d237c23d33 (diff) |
Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 937cb28..cc71215 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ # Source directories +export TOP_BUILD_DIR = $(abs_top_builddir) + export NETX_DIR = $(abs_top_builddir)/netx.build export NETX_SRCDIR = $(abs_top_srcdir)/netx export NETX_RESOURCE_DIR=$(NETX_SRCDIR)/net/sourceforge/jnlp/resources |