summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-13 21:15:00 +0000
committerAlan Conway <aconway@apache.org>2007-04-13 21:15:00 +0000
commit7d0b5b8e36ebd86ac9f597d92a75e06c60debcb0 (patch)
tree6db3c9d3c92d9e3fab924790c6c098141de69705 /qpid/cpp/src
parent26a723475dc6926bde883c8c7f983ee44d8deb01 (diff)
downloadqpid-python-7d0b5b8e36ebd86ac9f597d92a75e06c60debcb0.tar.gz
Fixed broken installation of .h files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@528671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 0d81a01dcd..5e713425af 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \