summaryrefslogtreecommitdiff
path: root/Makedefs.in
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-04-24 15:12:39 -0400
commit105922ec6d01484ee6e4724a40562b6c44be2c87 (patch)
treea457e220885d8c084531972a60c0a2e1fc4950cc /Makedefs.in
parent442e03eff1231132220dbc149bda6adf0ce8f31c (diff)
downloadcups-105922ec6d01484ee6e4724a40562b6c44be2c87.tar.gz
Add support for cross-compilation (Issue #4897)
Diffstat (limited to 'Makedefs.in')
-rw-r--r--Makedefs.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makedefs.in b/Makedefs.in
index dae0e7d32..7897eafd7 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -73,6 +73,14 @@ INSTALL_LANGUAGES = @INSTALL_LANGUAGES@
UNINSTALL_LANGUAGES = @UNINSTALL_LANGUAGES@
#
+# Cross-compilation support: "local" target is used for any tools that are
+# built and run locally.
+#
+
+LOCALTARGET = @LOCALTARGET@
+
+
+#
# Libraries...
#