diff options
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 0e666b5..4d89206 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -4,4 +4,4 @@ bin_PROGRAMS = fusexmp fusexmp_SOURCES = fusexmp.c -fusexmp_LDADD = ../lib/libfuse.a +fusexmp_LDADD = ../lib/libfuse.a -lpthread |