aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2007-04-27 19:24:35 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2007-04-27 19:24:35 +0000
commitd2e5f49ba48c69e6d771a8f3d97e3706261347a2 (patch)
tree07faf96c9dfad4901c92c4e17a99ca4f36f3669f /example
parentccd1fa686cc1fc2faf067c8ceb10b90950175cc9 (diff)
merge bugfix branch up to 2.6.4
Diffstat (limited to 'example')
-rw-r--r--example/fusexmp_fh.c2
1 files changed, 1 insertions, 1 deletions
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