diff options
author | Alan Conway <aconway@apache.org> | 2007-04-13 21:15:00 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-13 21:15:00 +0000 |
commit | 1935904cab7e9968672e396ad55c92762bb39ca3 (patch) | |
tree | edb6ed396c3a75a4485c650882bf54a38c8f0cc3 /cpp | |
parent | ca3a7cd64822e874076bd23e9981af077eb47b03 (diff) | |
download | qpid-python-1935904cab7e9968672e396ad55c92762bb39ca3.tar.gz |
Fixed broken installation of .h files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 0d81a01dcd..5e713425af 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -158,10 +158,8 @@ libqpidclient_la_SOURCES = \ $(client)/ResponseHandler.cpp \ $(client)/ReturnedMessageHandler.cpp -# Install into include/qpid rather than include/qpidc. -qpidincludedir=$(includedir)/qpid -nobase_qpidinclude_HEADERS = \ - $(generated_headers) \ +include_HEADERS = gen/qpid +nobase_include_HEADERS = \ $(platform_hdr) \ $(broker)/AccumulatedAck.h \ $(broker)/AutoDelete.h \ |