From: Karel Zak Date: Mon, 7 Jun 2010 12:15:04 +0000 (+0200) Subject: libmount: another Makefile.am fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f265b1da2cebeb02a5c4707ba7efe090142e8c2f;p=util-linux libmount: another Makefile.am fix --- diff --git a/shlibs/mount/src/Makefile.am b/shlibs/mount/src/Makefile.am index bcd9c926..2a93df25 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) \