From 3b91a5041a884f735d545e54503a1cf5a8287e19 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 26 May 2011 11:17:51 +0200 Subject: Remove -lrt -ldl from fuse.pc for dynamic linking Remove -lrt -ldl from fuse.pc for dynamic linking since libfuse.so is already linked with these libraries. Reported by: Nikolaus Rath --- example/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/Makefile.am b/example/Makefile.am index 718b30a..1c04057 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -5,8 +5,8 @@ noinst_HEADERS = fioc.h noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll fioc fioclient \ fsel fselclient cusexmp -LDADD = ../lib/libfuse.la @libfuse_libs@ -fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la @libfuse_libs@ +LDADD = ../lib/libfuse.la +fusexmp_fh_LDADD = ../lib/libfuse.la ../lib/libulockmgr.la fioclient_CPPFLAGS = fioclient_LDFLAGS = -- cgit v1.2.3