summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2010-06-07 14:15:04 +0200
committerKarel Zak2010-06-07 14:15:04 +0200
commitf265b1da2cebeb02a5c4707ba7efe090142e8c2f (patch)
treec88942aa428a4bced13ab1c4030b6559b813954f
parentpo: merge changes (diff)
downloadkernel-qcow2-util-linux-f265b1da2cebeb02a5c4707ba7efe090142e8c2f.tar.gz
kernel-qcow2-util-linux-f265b1da2cebeb02a5c4707ba7efe090142e8c2f.tar.xz
kernel-qcow2-util-linux-f265b1da2cebeb02a5c4707ba7efe090142e8c2f.zip
libmount: another Makefile.am fix
-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) \