diff options
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 |