summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-01-22 18:38:51 +0100
committerLennart Poettering <lennart@poettering.net>2015-01-22 18:38:51 +0100
commit57d8a552af020a4dee034e2fd67782c3d8128f58 (patch)
treea72b4fdb28112f748c6db6675b3793280138c8d1 /Makefile.am
parent7315edd36a144e746dbcc43cef2206441969ca34 (diff)
importd: fix path to download binary
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 d5344b903..2b7ee6f47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5280,7 +5280,7 @@ systemd_importd_SOURCES = \
systemd_importd_CFLAGS = \
$(AM_CFLAGS) \
- -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-import\"
+ -D SYSTEMD_PULL_PATH=\"$(rootlibexecdir)/systemd-pull\"
systemd_importd_LDADD = \
libsystemd-internal.la \