From feb63efc31bd2214bf407140187f3416587ffeb1 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 23 Aug 2007 14:46:37 +0000
Subject: [PATCH] Add the files in the OS400 dir to the dist. I didn't add it
 as a new subdir just because if I do that automake does funny things
 automatically with the makefile.sh file in that directory and thus doing it
 this way was a quick work-around that annoyance!

---
 packages/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/Makefile.am b/packages/Makefile.am
index 0deaf61761..2ab7077520 100644
--- a/packages/Makefile.am
+++ b/packages/Makefile.am
@@ -1,3 +1,7 @@
 SUBDIRS = Win32 Linux Solaris EPM DOS AIX vms
 
-EXTRA_DIST = README NetWare/get_ver.awk
+EXTRA_DIST = README NetWare/get_ver.awk OS400/ccsidcurl.c OS400/ccsidcurl.h   \
+OS400/curl.inc.in OS400/initscript.sh OS400/makefile.sh OS400/make-include.sh \
+OS400/make-lib.sh OS400/make-src.sh OS400/make-tests.sh OS400/os400sys.c      \
+OS400/os400sys.h OS400/README.OS400
+
-- 
GitLab