From f265b1da2cebeb02a5c4707ba7efe090142e8c2f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 7 Jun 2010 14:15:04 +0200 Subject: [PATCH] libmount: another Makefile.am fix --- shlibs/mount/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.39.5