From 4003dfa31341e5584375c1423d223f099a6049c7 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 1 Oct 2006 13:46:02 +0000 Subject: Add init script --- example/fusexmp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example/fusexmp.c') diff --git a/example/fusexmp.c b/example/fusexmp.c index b32e236..b086235 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -4,8 +4,12 @@ This program can be distributed under the terms of the GNU GPL. See the file COPYING. + + gcc -Wall `pkg-config fuse --cflags --libs` fusexmp.c -o fusexmp */ +#define FUSE_USE_VERSION 26 + #include #ifdef linux -- cgit v1.2.3