summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qmf.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-15 16:45:21 +0000
committerAlan Conway <aconway@apache.org>2009-07-15 16:45:21 +0000
commite7881513358cf21203fdb0987807c18b599a5310 (patch)
tree5a98db4334ab6d232e8bc13cad1d6bcf5c64b176 /qpid/cpp/src/qmf.mk
parent6bd0e9b3ff37431b539bf2db22117c5ee099a2f9 (diff)
downloadqpid-python-e7881513358cf21203fdb0987807c18b599a5310.tar.gz
Merge branch 'move_public_h_to_include' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf.mk')
-rw-r--r--qpid/cpp/src/qmf.mk73
1 files changed, 37 insertions, 36 deletions
diff --git a/qpid/cpp/src/qmf.mk b/qpid/cpp/src/qmf.mk
index 44e30efd9b..62393cdcfb 100644
--- a/qpid/cpp/src/qmf.mk
+++ b/qpid/cpp/src/qmf.mk
@@ -20,46 +20,47 @@
#
# qmf agent library makefile fragment, to be included in Makefile.am
#
-lib_LTLIBRARIES += \
- libqmfcommon.la \
+lib_LTLIBRARIES += \
+ libqmfcommon.la \
libqmfagent.la
-module_hdr += \
- qpid/agent/ManagementAgent.h \
- qpid/agent/ManagementAgentImpl.h \
- qpid/agent/QmfAgentImportExport.h \
- qmf/Agent.h \
- qmf/Console.h \
- qmf/Event.h \
- qmf/Message.h \
- qmf/MessageImpl.h \
- qmf/Object.h \
- qmf/ObjectId.h \
- qmf/ObjectIdImpl.h \
- qmf/ObjectImpl.h \
- qmf/Query.h \
- qmf/QueryImpl.h \
- qmf/ResilientConnection.h \
- qmf/Schema.h \
- qmf/SchemaImpl.h \
- qmf/Typecode.h \
- qmf/Value.h \
- qmf/ValueImpl.h
+# Public header files
+nobase_include_HEADERS += \
+ ../include/qpid/agent/ManagementAgent.h \
+ ../include/qpid/agent/QmfAgentImportExport.h
+
-libqmfcommon_la_SOURCES = \
- qmf/Agent.cpp \
- qmf/ResilientConnection.cpp \
- qmf/MessageImpl.cpp \
- qmf/SchemaImpl.cpp \
- qmf/ValueImpl.cpp \
- qmf/ObjectIdImpl.cpp \
- qmf/ObjectImpl.cpp \
- qmf/QueryImpl.cpp
+libqmfcommon_la_SOURCES = \
+ qmf/Agent.cpp \
+ qmf/Agent.h \
+ qmf/Console.h \
+ qmf/Event.h \
+ qmf/Message.h \
+ qmf/MessageImpl.cpp \
+ qmf/MessageImpl.h \
+ qmf/Object.h \
+ qmf/ObjectId.h \
+ qmf/ObjectIdImpl.cpp \
+ qmf/ObjectIdImpl.h \
+ qmf/ObjectImpl.cpp \
+ qmf/ObjectImpl.h \
+ qmf/Query.h \
+ qmf/QueryImpl.cpp \
+ qmf/QueryImpl.h \
+ qmf/ResilientConnection.cpp \
+ qmf/ResilientConnection.h \
+ qmf/Schema.h \
+ qmf/SchemaImpl.cpp \
+ qmf/SchemaImpl.h \
+ qmf/Typecode.h \
+ qmf/Value.h \
+ qmf/ValueImpl.cpp \
+ qmf/ValueImpl.h
-libqmfagent_la_SOURCES = \
- qpid/agent/ManagementAgent.h \
- qpid/agent/ManagementAgentImpl.cpp \
- qpid/agent/ManagementAgentImpl.h \
+libqmfagent_la_SOURCES = \
+ ../include/qpid/agent/ManagementAgent.h \
+ qpid/agent/ManagementAgentImpl.cpp \
+ qpid/agent/ManagementAgentImpl.h \
qmf/Agent.cpp
libqmfagent_la_LIBADD = libqpidclient.la