diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 12:20:33 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-08-27 12:20:33 +0200 |
commit | b6a0ad7c5fb2fd9ba723bd7eaafe11be397f989f (patch) | |
tree | 7ac953088c2aacbd056a103889affcc649290dfd /Makefile.in | |
parent | e65d028d30a2f279aca91e80d9dfc59ed3e6ef94 (diff) | |
parent | c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 (diff) | |
download | lcd4linux-b6a0ad7c5fb2fd9ba723bd7eaafe11be397f989f.tar.gz |
merge new bootstrapping, fixing python compilation
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0f47a59..e08c3c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,9 +44,9 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ TODO config.guess config.sub depcomp install-sh missing \ mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/curses.m4 $(top_srcdir)/python.m4 \ - $(top_srcdir)/drivers.m4 $(top_srcdir)/plugins.m4 \ - $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \ + $(top_srcdir)/ac_python_devel.m4 $(top_srcdir)/drivers.m4 \ + $(top_srcdir)/plugins.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -138,6 +138,13 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PLUGINLIBS = @PLUGINLIBS@ PLUGINS = @PLUGINS@ POW_LIB = @POW_LIB@ +PYTHON = @PYTHON@ +PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ +PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ +PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ +PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ +PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ +PYTHON_VERSION = @PYTHON_VERSION@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ |