diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-09 17:43:06 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-12-09 17:43:06 +0000 |
commit | 891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c (patch) | |
tree | c21d1d1982e8417837afc2935f456a89af85cd95 /Makefile.am | |
parent | 5dd6469a84cee686afb78d7646b0314fd8dee6d5 (diff) | |
download | sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar.gz sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.tar.bz2 sshfs-891a3e5d87fb03e2950e0adb1abc0e2b61f0ea4c.zip |
updated to use libfuse's option parsing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1192634..0b5298b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = sshfs -sshfs_SOURCES = sshfs.c cache.c opts.c cache.h opts.h +sshfs_SOURCES = sshfs.c cache.c cache.h sshfs_CPPFLAGS = -DFUSE_USE_VERSION=25 |