From d2e5f49ba48c69e6d771a8f3d97e3706261347a2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 27 Apr 2007 19:24:35 +0000 Subject: merge bugfix branch up to 2.6.4 --- example/fusexmp_fh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/fusexmp_fh.c') diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 8daee03..daacb71 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -5,7 +5,7 @@ This program can be distributed under the terms of the GNU GPL. See the file COPYING. - gcc -Wall `pkg-config fuse --cflags --libs` fusexmp_fh.c -o fusexmp_fh + gcc -Wall `pkg-config fuse --cflags --libs` -lulockmgr fusexmp_fh.c -o fusexmp_fh */ #define FUSE_USE_VERSION 26 -- cgit v1.2.3