summaryrefslogtreecommitdiff
path: root/src/systemd-path/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-path/Makefile')
-rw-r--r--src/systemd-path/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/systemd-path/Makefile b/src/systemd-path/Makefile
index eb609cb1b9..4835742fd6 100644
--- a/src/systemd-path/Makefile
+++ b/src/systemd-path/Makefile
@@ -26,9 +26,13 @@ include $(topsrcdir)/build-aux/Makefile.head.mk
bin_PROGRAMS += systemd-path
systemd_path_SOURCES = \
+ sd-path.c \
src/path/path.c
systemd_path_LDADD = \
- libshared.la
+ libbasic.la
+
+systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\"
+systemd.CPPFLAGS += -DROOTLIBDIR=\"$(rootlibdir)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk