diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-07 14:55:16 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-07 14:55:16 +0000 |
commit | f3ea83bac4cc55033a1db39a109bbf70b87f0578 (patch) | |
tree | 1bd2348ad53ee1f06ea32edea095a0eb32b9e7d1 /example/Makefile.am | |
parent | c0938eafb8ea4927f21268eb7e67377c2c78a4eb (diff) | |
download | libfuse-f3ea83bac4cc55033a1db39a109bbf70b87f0578.tar.gz |
build and install fixes
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 |