summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-19 09:56:02 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-19 09:58:31 +0200
commit991466907b91255c47caf7726e3de1854849133e (patch)
tree8e1c122ce4c89244e56d9d62ceb8d48c2218b2f4 /configure.ac
parentRevert "The Impress remote control makes sense only on desktop OSes" (diff)
downloadcore-991466907b91255c47caf7726e3de1854849133e.tar.gz
core-991466907b91255c47caf7726e3de1854849133e.zip
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.ac4
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 \