summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-17 04:08:47 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-17 04:08:47 -0500
commit00d167ae602e721d88cc2fc6f79c7f6bb10610f7 (patch)
treeadc7da75e3f72cd05a857422cc0c210f5e0e104b /src
parentbabd187090b2bc5dc74e78911976d028a07d39d8 (diff)
Fix the build.
Diffstat (limited to 'src')
-rw-r--r--src/systemd-mount/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd-mount/Makefile b/src/systemd-mount/Makefile
index cbaa737f70..3a3eaaeb67 100644
--- a/src/systemd-mount/Makefile
+++ b/src/systemd-mount/Makefile
@@ -28,6 +28,7 @@ systemd_mount_SOURCES = \
src/mount/mount-tool.c
systemd_mount_LDADD = \
+ libsystemd-internal.la \
libsystemd-shared.la
include $(topsrcdir)/build-aux/Makefile.tail.mk