summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-04-22 17:00:42 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-04-22 17:00:42 +0000
commit1e816c7ac369be59c4b3bef8ecb53c959af8fb58 (patch)
treefc5ffb2acd216b5c1641ef5574cb783a66f812a3 /cpp
parent6b69a2363e33ead975ee12be81ec17ac60d7ce8d (diff)
downloadqpid-python-1e816c7ac369be59c4b3bef8ecb53c959af8fb58.tar.gz
Add missing include file used by qmf generated code to Windows SDK builder
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@936960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bld-winsdk.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bld-winsdk.ps1 b/cpp/bld-winsdk.ps1
index 8e421749b9..3e13c18ad7 100644
--- a/cpp/bld-winsdk.ps1
+++ b/cpp/bld-winsdk.ps1
@@ -67,6 +67,7 @@ $move[0]=$move1
$preserve=(
'include/qpid/agent',
+ 'include/qpid/amqp_0_10',
'include/qpid/management',
'include/qpid/messaging',
'include/qpid/sys/IntegerTypes.h',