From 203afbfa512490c58f7b98eec417ec3054f0d007 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 3 Jun 2004 13:21:08 +0000 Subject: build shared library --- example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index a3880fa..475cabf 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -6,4 +6,4 @@ fusexmp_SOURCES = fusexmp.c null_SOURCES = null.c hello_SOURCES = hello.c -LDADD = ../lib/libfuse.a -lpthread +LDADD = ../lib/libfuse.la -- cgit v1.2.3