diff options
author | Gordon Sim <gsim@apache.org> | 2011-03-11 17:18:58 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-03-11 17:18:58 +0000 |
commit | 55f691e4ce657cc00bcb193abdf665db3ce27827 (patch) | |
tree | 1c66db3c1fb2adc2f037263b95a9ed2d19efb8d6 /qpid/cpp/examples/old_api/xml-exchange | |
parent | 48ab8354d4f4557831e9912e7bc939288028c099 (diff) | |
download | qpid-python-55f691e4ce657cc00bcb193abdf665db3ce27827.tar.gz |
QPID-3137: ensure old api examples are installed into correct location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1080679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/old_api/xml-exchange')
-rw-r--r-- | qpid/cpp/examples/old_api/xml-exchange/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/old_api/xml-exchange/Makefile.am b/qpid/cpp/examples/old_api/xml-exchange/Makefile.am index 9001e3fa61..3e1082cdb2 100644 --- a/qpid/cpp/examples/old_api/xml-exchange/Makefile.am +++ b/qpid/cpp/examples/old_api/xml-exchange/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -examplesdir=$(pkgdatadir)/examples/xml-exchange +examplesdir=$(pkgdatadir)/examples/old_api/xml-exchange MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk |