diff options
Diffstat (limited to 'src/systemd-mount/Makefile')
-rw-r--r-- | src/systemd-mount/Makefile | 1 |
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 |