diff options
| author | Ted Ross <tross@apache.org> | 2009-01-08 20:46:26 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-01-08 20:46:26 +0000 |
| commit | 0b493a805eedb2584b9c118f4d002000e65cc5f5 (patch) | |
| tree | 6e8e65b0e7c168d915ed593d50b022994523323d /cpp/src/qmf.mk | |
| parent | cefa0cb14c204ec90968292e1866f128030a1d92 (diff) | |
| download | qpid-python-0b493a805eedb2584b9c118f4d002000e65cc5f5.tar.gz | |
Fixed automake files so c++ console headers are properly packaged.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf.mk')
| -rw-r--r-- | cpp/src/qmf.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qmf.mk b/cpp/src/qmf.mk index a825971d51..f97d10e06f 100644 --- a/cpp/src/qmf.mk +++ b/cpp/src/qmf.mk @@ -22,6 +22,10 @@ # lib_LTLIBRARIES += libqmfagent.la +module_hdr += \ + qpid/agent/ManagementAgent.h \ + qpid/agent/ManagementAgentImpl.h + libqmfagent_la_SOURCES = \ qpid/agent/ManagementAgent.h \ qpid/agent/ManagementAgentImpl.cpp \ |
