From eb7581e72ef8611a881f86f55580ea9461c86427 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 29 Apr 2010 20:28:56 +0200
Subject: [PATCH] Makefile.am: include the VMS-specific config header as well

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index af3aba0..594fb81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ DISTCLEANFILES = $(DSP)
 
 VMSFILES = vms/libssh2_make_example.dcl vms/libssh2_make_help.dcl	\
 vms/libssh2_make_kit.dcl vms/libssh2_make_lib.dcl vms/man2help.c	\
-vms/readme.vms
+vms/readme.vms vms/libssh2_config.h
 
 
 WIN32FILES = win32/Makefile.win32 win32/libssh2.dsw     \