aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-21 10:03:39 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-21 10:03:39 +0000
commitcc8c975f7757ce89d15aad31df6c8b7086169653 (patch)
tree7e313f7a29871bec3496cd4e48febdcf1216d4b2 /example/Makefile.am
parent0e8702ba48357fd1596bee4648aede7a9b2adc4e (diff)
downloadlibfuse-cc8c975f7757ce89d15aad31df6c8b7086169653.tar.gz
writing modules made more easy
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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