diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-19 09:56:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-19 09:58:31 +0200 |
commit | 991466907b91255c47caf7726e3de1854849133e (patch) | |
tree | 8e1c122ce4c89244e56d9d62ceb8d48c2218b2f4 /configure.ac | |
parent | 6f9eadb0c4a2095e1dc64997cf88806b96e17574 (diff) |
Add a few missing files to be expanded (from *.in) to CONF-FOR-BUILD
But note that currently the config/config_*.h files are created and used so
that those created for the HOST platform are used also when compiling (the
cross-toolset) for the BUILD platform. Seems to work by luck so far, but this
is really broken. We need to have the config_*.h files separately for HOST and
BUILD.
Change-Id: I500694eee8bb2a8d2d7afbf78171c0e2ea1e66b3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9b845c0e8f4e..eb0334c4c1fa 100644 --- a/configure.ac +++ b/configure.ac @@ -4130,6 +4130,10 @@ if test "$cross_compiling" = "yes"; then config.guess \ config_host.mk.in \ configure \ + Makefile.in \ + config/config_global.h.in \ + config/config_telepathy.h.in \ + config/config_vclplug.h.in \ bin/get_config_variables \ $srcdir/solenv/bin/getcompver.awk \ $SRC_ROOT/solenv/inc/langlist.mk \ |