From 43696434f8fd5cd1107658f329b6922ea947ed1f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 18 Nov 2001 19:15:05 +0000 Subject: performance improvements --- example/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'example/Makefile.am') 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 -- cgit v1.2.3