aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2007-12-23 18:13:08 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2007-12-23 18:13:08 +0000
commit0520bc053641e595805dd0aeba569773cd984a1e (patch)
tree37be8361134eef2bbd9f799bd6176a2f6b82fac0
parenta203851326b38162f61ea4f79941756ad1c2d021 (diff)
Fix './configure --disable-static'
-rw-r--r--ChangeLog4
-rw-r--r--util/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aacc206..828837a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-23 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix './configure --disable-static'. Patch from Ismail Dönmez
+
2007-12-17 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.7.2
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