From a464d3ec2c93e65da4ae752ac126c30e9897d63b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 8 Feb 2005 16:15:58 +0000 Subject: option parsing --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3