From da058cf9da38115651e5dc313ba537e2a861b836 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 8 Feb 2005 16:47:54 +0000 Subject: fix --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fe3b4a3..8b4384a 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 +sshfs_SOURCES = sshfs.c cache.c opts.c cache.h opts.h sshfs_CPPFLAGS = -DFUSE_USE_VERSION=22 -- cgit v1.2.3