diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-28 00:32:56 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-28 00:32:56 +0000 |
| commit | 966a543901b23e9733b0789b6591d16ee0d6e2a9 (patch) | |
| tree | c7102947b142a5da2b8e5443d14d5e2d809fa51e /qpid/cpp/rubygen | |
| parent | 4e401001793beb8c54b311b81e8e56208d2776a8 (diff) | |
| download | qpid-python-966a543901b23e9733b0789b6591d16ee0d6e2a9.tar.gz | |
Added missing generated files to distribution.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@631790 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen')
| -rwxr-xr-x | qpid/cpp/rubygen/generate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/generate b/qpid/cpp/rubygen/generate index 8a226031e4..d094be4f41 100755 --- a/qpid/cpp/rubygen/generate +++ b/qpid/cpp/rubygen/generate @@ -80,7 +80,7 @@ rgen_srcs=#{make_continue rgen_srcs} # Header file install rules. EOS - ["framing", "client/no_keyword","client", "broker"].each { |ns| + ["amqp_0_10", "framing", "client/no_keyword","client", "broker"].each { |ns| dir="qpid/#{ns}" dir_ = dir.tr("/", "_") regex=%r|#{dir}/[^/]+\.h$| |
