From 1901324122dd6d5e18dcd606cf974fb486a0e8a6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Jun 2007 20:48:07 +0000 Subject: [PATCH] added missing files (in 0.15) to the release tarball --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 770ed44..a0a98a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,13 @@ include_HEADERS = \ include/libssh2_publickey.h \ include/libssh2_sftp.h -EXTRA_DIST = win32 buildconf +NETWAREFILES = nw/keepscreen.c \ + nw/Makefile \ + nw/Makefile.netware \ + nw/nwlibc.c \ + nw/test/Makefile.netware + +EXTRA_DIST = win32 buildconf $(NETWAREFILES) get_ver.awk ACLOCAL_AMFLAGS = -I m4