summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-06-27 20:34:57 +0000
committerAlan Conway <aconway@apache.org>2012-06-27 20:34:57 +0000
commitde2e960a70e1dceee54fc23239fa08245b682179 (patch)
tree5497d7508a59a65f3cc06da9013b39e6e0200a1c /cpp
parentd1417d37bc05b2e542abc58af08a77b98bd0329e (diff)
downloadqpid-python-de2e960a70e1dceee54fc23239fa08245b682179.tar.gz
NO-JIRA: Make qmf/BrokerImportExport.h header public
QMF code generator templates include this header so it is required to build QMF generated code against the -devel packages. Review: https://reviews.apache.org/r/5593/ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1354712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/qmf/BrokerImportExport.h (renamed from cpp/src/qmf/BrokerImportExport.h)0
-rw-r--r--cpp/src/CMakeLists.txt1
-rw-r--r--cpp/src/qmf.mk4
3 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/qmf/BrokerImportExport.h b/cpp/include/qmf/BrokerImportExport.h
index ee05788063..ee05788063 100644
--- a/cpp/src/qmf/BrokerImportExport.h
+++ b/cpp/include/qmf/BrokerImportExport.h
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index a9b2c6bdb2..b65c2b206a 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -1223,6 +1223,7 @@ set (qmf_SOURCES
set (qmf_HEADERS
../include/qpid/agent/ManagementAgent.h
../include/qpid/agent/QmfAgentImportExport.h
+ ../include/qmf/BrokerImportExport.h
)
add_msvc_version (qmf library dll)
diff --git a/cpp/src/qmf.mk b/cpp/src/qmf.mk
index 9b5df6c808..6a4bce4087 100644
--- a/cpp/src/qmf.mk
+++ b/cpp/src/qmf.mk
@@ -30,7 +30,8 @@ lib_LTLIBRARIES += \
#
QMF_API = \
../include/qpid/agent/ManagementAgent.h \
- ../include/qpid/agent/QmfAgentImportExport.h
+ ../include/qpid/agent/QmfAgentImportExport.h \
+ ../include/qmf/BrokerImportExport.h
#
# Public headers for the QMF2 API
@@ -96,7 +97,6 @@ libqmf2_la_SOURCES = \
qmf/AgentSessionImpl.h \
qmf/AgentSubscription.cpp \
qmf/AgentSubscription.h \
- qmf/BrokerImportExport.h \
qmf/ConsoleEvent.cpp \
qmf/ConsoleEventImpl.h \
qmf/ConsoleSession.cpp \