diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 8 |
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@ | |||
| 96 | srcdir=@srcdir@ | 96 | srcdir=@srcdir@ |
| 97 | VPATH=@srcdir@ | 97 | VPATH=@srcdir@ |
| 98 | 98 | ||
| 99 | # Cross-compilation setup | ||
| 100 | |||
| 101 | XCONFIGURE=@XCONFIGURE@ | ||
| 102 | |||
| 103 | ifneq ($(XCONFIGURE),) | ||
| 104 | vpath $(srcdir) | ||
| 105 | endif | ||
| 106 | |||
| 99 | # The top-level source directory, also set by configure. | 107 | # The top-level source directory, also set by configure. |
| 100 | top_srcdir=@top_srcdir@ | 108 | top_srcdir=@top_srcdir@ |
| 101 | # MinGW CPPFLAGS may use this. | 109 | # MinGW CPPFLAGS may use this. |