From 46b9c3326d50aebe52c33d63885b83a47a2e74ea Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 16 May 2012 17:31:33 +0200 Subject: Fix the compile command in the examples Reported by Luciano Dalle Ore --- 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 e9524c6..d79ff37 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -6,7 +6,7 @@ This program can be distributed under the terms of the GNU GPL. See the file COPYING. - gcc -Wall `pkg-config fuse --cflags --libs` -lulockmgr fusexmp_fh.c -o fusexmp_fh + gcc -Wall fusexmp_fh.c `pkg-config fuse --cflags --libs` -lulockmgr -o fusexmp_fh */ #define FUSE_USE_VERSION 26 -- cgit v1.2.3