summaryrefslogtreecommitdiff
path: root/src/systemd-remount-fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-remount-fs/Makefile')
-rw-r--r--src/systemd-remount-fs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/systemd-remount-fs/Makefile b/src/systemd-remount-fs/Makefile
index 1f9df2b99a..76f4941afb 100644
--- a/src/systemd-remount-fs/Makefile
+++ b/src/systemd-remount-fs/Makefile
@@ -25,11 +25,10 @@ include $(topsrcdir)/build-aux/Makefile.head.mk
rootlibexec_PROGRAMS += systemd-remount-fs
systemd_remount_fs_SOURCES = \
- src/remount-fs/remount-fs.c \
- src/core/mount-setup.c \
- src/core/mount-setup.h
+ src/remount-fs/remount-fs.c
systemd_remount_fs_LDADD = \
+ libcore.la \
libsystemd-shared.la
sd.CPPFLAGS += -DMOUNT_PATH=\"$(MOUNT_PATH)\"