From 013f64698c6e3303607b6f28f2cd10b31a90cf20 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 8 Dec 2004 04:12:31 +0000 Subject: [PATCH] Add INSTALL, and remove configure.in from 'make dist' --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c57185a..67d2467 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,8 +40,8 @@ dist: rm -f $(DISTLIB) ln -s . $(DISTLIB) tar -zcf $(DISTLIB).tar.gz \ - $(DISTLIB)/configure.in $(DISTLIB)/configure $(DISTLIB)/Makefile.in $(DISTLIB)/ssh2_sample.c \ - $(DISTLIB)/LICENSE $(DISTLIB)/README $(DISTLIB)/TODO \ + $(DISTLIB)/configure $(DISTLIB)/Makefile.in $(DISTLIB)/ssh2_sample.c \ + $(DISTLIB)/LICENSE $(DISTLIB)/README $(DISTLIB)/TODO $(DISTLIB)/INSTALL \ $(DISTLIB)/mkinstalldirs $(DISTLIB)/install-sh \ $(DISTLIB)/src/*.c $(DISTLIB)/src/Makefile.in \ $(DISTLIB)/include/libssh2.h $(DISTLIB)/include/libssh2_priv.h $(DISTLIB)/include/libssh2_config.h.in