diff options
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 |