summaryrefslogtreecommitdiffstats
path: root/hl/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/examples/Makefile.in')
-rw-r--r--hl/examples/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in
index 6ed04f9..9c305d8 100644
--- a/hl/examples/Makefile.in
+++ b/hl/examples/Makefile.in
@@ -79,6 +79,7 @@ TESTS =
subdir = hl/examples
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/m4/ax_python.m4 \
$(top_srcdir)/m4/ax_python_devel.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -258,10 +259,13 @@ PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PYTHON = @PYTHON@
+PYTHON_BIN = @PYTHON_BIN@
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
+PYTHON_INCLUDE_DIR = @PYTHON_INCLUDE_DIR@
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
+PYTHON_LIB = @PYTHON_LIB@
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
PYTHON_VERSION = @PYTHON_VERSION@
RANLIB = @RANLIB@