aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index cfad3fc3941..e3e4fefe651 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -96,6 +96,14 @@ localstatedir=@localstatedir@
96srcdir=@srcdir@ 96srcdir=@srcdir@
97VPATH=@srcdir@ 97VPATH=@srcdir@
98 98
99# Cross-compilation setup
100
101XCONFIGURE=@XCONFIGURE@
102
103ifneq ($(XCONFIGURE),)
104vpath $(srcdir)
105endif
106
99# The top-level source directory, also set by configure. 107# The top-level source directory, also set by configure.
100top_srcdir=@top_srcdir@ 108top_srcdir=@top_srcdir@
101# MinGW CPPFLAGS may use this. 109# MinGW CPPFLAGS may use this.