summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-23 23:21:08 +0100
committerThomas Haller <thaller@redhat.com>2017-03-23 23:23:47 +0100
commit431493827bdbd50d30d7f09f5ae0abca2af4eb8e (patch)
tree29444b27c1632846dc6937182bd30231074ae5aa /Makefile.am
parent3468a54ec15c7568539509ca9cde7b1646ffa86c (diff)
downloadNetworkManager-431493827bdbd50d30d7f09f5ae0abca2af4eb8e.tar.gz
build: fix building clients/cli/settings-docs.c (2)
Fixes: d7ad13591be6bc29188ed6e421abb8dad07305f0
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 20224ee140..355ab2c5e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3105,7 +3105,7 @@ clients_cli_settings_doc_c = clients/cli/settings-docs.c
if HAVE_INTROSPECTION
$(clients_cli_settings_doc_c): clients/cli/.dirstamp
$(clients_cli_settings_doc_c): clients/cli/settings-docs.xsl libnm/nm-property-docs.xml
- $(AM_V_GEN) $(XSLTPROC) --output $@ clients/cli/settings-docs.xsl libnm/nm-property-docs.xml
+ $(AM_V_GEN) $(XSLTPROC) --output $@ "$(srcdir)/clients/cli/settings-docs.xsl" "$(srcdir)/libnm/nm-property-docs.xml"
DISTCLEANFILES += $(clients_cli_settings_doc_c)
else
$(clients_cli_settings_doc_c):