aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-02-08 16:15:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-02-08 16:15:58 +0000
commita464d3ec2c93e65da4ae752ac126c30e9897d63b (patch)
tree89f968f340ee8d4d381b8348a83941d0c040b33a /Makefile.am
parentd5696036a516d330305ec2cd2fedc7d934d36f1d (diff)
downloadsshfs-a464d3ec2c93e65da4ae752ac126c30e9897d63b.tar
sshfs-a464d3ec2c93e65da4ae752ac126c30e9897d63b.tar.gz
sshfs-a464d3ec2c93e65da4ae752ac126c30e9897d63b.tar.bz2
sshfs-a464d3ec2c93e65da4ae752ac126c30e9897d63b.zip
option parsing
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c894e5..fe3b4a3 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
+sshfs_SOURCES = sshfs.c cache.c opts.c
sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22