summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/Makefile.am')
-rw-r--r--shlibs/mount/src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/shlibs/mount/src/Makefile.am b/shlibs/mount/src/Makefile.am
index 2ac06bd35..0483367a3 100644
--- a/shlibs/mount/src/Makefile.am
+++ b/shlibs/mount/src/Makefile.am
@@ -11,9 +11,7 @@ nodist_mountinc_HEADERS = mount.h
usrlib_exec_LTLIBRARIES = libmount.la
libmount_la_SOURCES = $(mountinc_HEADERS)
-nodist_libmount_la_SOURCES = mount.h \
- version.c \
- utils.c
+nodist_libmount_la_SOURCES = mount.h version.c utils.c test.c init.c
libmount_la_LIBADD = $(ul_libblkid_la)