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 | 7373fddecb13bcbc2017fac3f84ecd84ebd6cc34 (patch) | |
tree | f15999d4fee1f03b3143ad53358da66b0b2d28e2 /cpp/examples/old_api/direct | |
parent | fe8b01ff70cf8212ff425941e24750724a828e36 (diff) | |
download | qpid-python-7373fddecb13bcbc2017fac3f84ecd84ebd6cc34.tar.gz |
QPID-3137: ensure old api examples are installed into correct location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1080679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/old_api/direct')
-rw-r--r-- | cpp/examples/old_api/direct/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/old_api/direct/Makefile.am b/cpp/examples/old_api/direct/Makefile.am index b07db2cfd6..24f783fcc7 100644 --- a/cpp/examples/old_api/direct/Makefile.am +++ b/cpp/examples/old_api/direct/Makefile.am @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -examplesdir=$(pkgdatadir)/examples/direct +examplesdir=$(pkgdatadir)/examples/old_api/direct MAKELDFLAGS=$(CLIENTFLAGS) include $(top_srcdir)/examples/makedist.mk |