diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-07 16:12:46 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-02-07 16:12:46 +0000 |
commit | 386a7f67abe051067887a9d84443eccf353dbb2c (patch) | |
tree | cf3d00e6024b2e8544462ee13aa82a9ca7654737 /Makefile.am | |
parent | cdc0da79563f9b64de219db3a891180e859406f1 (diff) | |
download | sshfs-386a7f67abe051067887a9d84443eccf353dbb2c.tar sshfs-386a7f67abe051067887a9d84443eccf353dbb2c.tar.gz sshfs-386a7f67abe051067887a9d84443eccf353dbb2c.tar.bz2 sshfs-386a7f67abe051067887a9d84443eccf353dbb2c.zip |
cleanup
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 e8c3665..4f75792 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = sshfs -sshfs_SOURCES = sshfs.c +sshfs_SOURCES = sshfs.c cache.c |