summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-08 16:18:11 +0100
committerThomas Haller <thaller@redhat.com>2017-02-08 16:52:23 +0100
commit8bc88bcc7cc6e60abfabacd00591e01aaab9eac3 (patch)
treeea3cb0e25ed4c3414e325f5768e2cbcb5a623e0c /Makefile.am
parenta347962831ed127338a13b7a0939302d42bcfe60 (diff)
downloadNetworkManager-8bc88bcc7cc6e60abfabacd00591e01aaab9eac3.tar.gz
build: allow configuring path to binutils's nm tool during build
`nm` is used by "tools/create-exports-NetworkManager.sh" script. Alloc configuring an explicit path during configure. BINUTILS_NM=/usr/bin/nm ./configure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b65e37cb37..268c02c3df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1478,7 +1478,7 @@ src_libNetworkManagerTest_la_LIBADD = \
###############################################################################
src/NetworkManager.ver: src/libNetworkManager.la $(core_plugins)
- $(AM_V_GEN) "$(srcdir)/tools/create-exports-NetworkManager.sh" --called-from-make "$(srcdir)"
+ $(AM_V_GEN) BINUTILS_NM="$(BINUTILS_NM)" "$(srcdir)/tools/create-exports-NetworkManager.sh" --called-from-make "$(srcdir)"
CLEANFILES += src/NetworkManager.ver