aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-18 19:15:05 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-18 19:15:05 +0000
commit43696434f8fd5cd1107658f329b6922ea947ed1f (patch)
treea0aaf6056690245d3fe946bbb32fc9c80d74fd2a /example/Makefile.am
parent07d2849a34149dd350e8a028e4b8012eb1d622be (diff)
downloadlibfuse-43696434f8fd5cd1107658f329b6922ea947ed1f.tar.gz
performance improvements
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 71748f5..19a3c32 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,7 +1,8 @@
## Process this file with automake to produce Makefile.in
-noinst_PROGRAMS = fusexmp
+noinst_PROGRAMS = fusexmp null
fusexmp_SOURCES = fusexmp.c
+null_SOURCES = null.c
-fusexmp_LDADD = ../lib/libfuse.a -lpthread
+LDADD = ../lib/libfuse.a -lpthread