summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shlibs/mount/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/Makefile.am b/shlibs/mount/src/Makefile.am
index bcd9c9260..2a93df25a 100644
--- a/shlibs/mount/src/Makefile.am
+++ b/shlibs/mount/src/Makefile.am
@@ -9,7 +9,7 @@ mountincdir = $(includedir)/mount
nodist_mountinc_HEADERS = mount.h
usrlib_exec_LTLIBRARIES = libmount.la
-libmount_la_SOURCES = mount.h version.c utils.c test.c init.c cache.c \
+libmount_la_SOURCES = mountP.h version.c utils.c test.c init.c cache.c \
optstr.c optmap.c optent.c optls.c iter.c lock.c \
fs.c tab.c tab_parse.c \
$(mountinc_HEADERS) \