From 0520bc053641e595805dd0aeba569773cd984a1e Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 23 Dec 2007 18:13:08 +0000 Subject: Fix './configure --disable-static' --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/Makefile.am b/util/Makefile.am index cc3e355..d4f742b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -5,7 +5,7 @@ bin_PROGRAMS = fusermount ulockmgr_server noinst_PROGRAMS = mount.fuse fusermount_SOURCES = fusermount.c -fusermount_LDADD = ../lib/mount_util.o +fusermount_LDADD = ../lib/mount_util.lo fusermount_CPPFLAGS = -I../lib mount_fuse_SOURCES = mount.fuse.c -- cgit v1.2.3