diff options
-rw-r--r-- | runtime/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index 09cb6b41..f0898e43 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -189,5 +189,5 @@ lmnsd_gtls_la_LIBADD = $(GNUTLS_LIBS) endif update-systemd: - curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c - curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h + curl http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c > sd-daemon.c + curl http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h > sd-daemon.h |