From cc8c975f7757ce89d15aad31df6c8b7086169653 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 21 Nov 2001 10:03:39 +0000 Subject: writing modules made more easy --- example/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index 19a3c32..a3880fa 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,8 +1,9 @@ ## Process this file with automake to produce Makefile.in -noinst_PROGRAMS = fusexmp null +noinst_PROGRAMS = fusexmp null hello fusexmp_SOURCES = fusexmp.c null_SOURCES = null.c +hello_SOURCES = hello.c LDADD = ../lib/libfuse.a -lpthread -- cgit v1.2.3