diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-18 19:15:05 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-18 19:15:05 +0000 |
commit | 43696434f8fd5cd1107658f329b6922ea947ed1f (patch) | |
tree | a0aaf6056690245d3fe946bbb32fc9c80d74fd2a /example/Makefile.am | |
parent | 07d2849a34149dd350e8a028e4b8012eb1d622be (diff) | |
download | libfuse-43696434f8fd5cd1107658f329b6922ea947ed1f.tar.gz |
performance improvements
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 5 |
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 |