summaryrefslogtreecommitdiff
path: root/src/libsystemd/libsystemd-internal
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 17:15:50 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-27 17:15:50 -0400
commit463d0a07a7708927ba4239545e2c85a2a7aaeff6 (patch)
tree420fdd9d3581bf44cf86481d44a308517b80241d /src/libsystemd/libsystemd-internal
parent6726400e1ebc7fedb147e41c2f12410fe848aeb1 (diff)
get `make install` mostly working
Diffstat (limited to 'src/libsystemd/libsystemd-internal')
-rw-r--r--src/libsystemd/libsystemd-internal/subdir.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/libsystemd-internal/subdir.mk b/src/libsystemd/libsystemd-internal/subdir.mk
index 30b6593b42..752ffa6aed 100644
--- a/src/libsystemd/libsystemd-internal/subdir.mk
+++ b/src/libsystemd/libsystemd-internal/subdir.mk
@@ -29,5 +29,6 @@ systemd.CPPFLAGS += $(libbasic.CPPFLAGS)
systemd.CPPFLAGS += $(libshared.CPPFLAGS)
systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\"
systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\"
+systemd.CPPFLAGS += -DROOTLIBDIR=\"$(rootlibdir)\"
include $(topsrcdir)/build-aux/Makefile.tail.mk