diff options
| author | Gordon Sim <gsim@apache.org> | 2007-12-03 08:11:53 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-12-03 08:11:53 +0000 |
| commit | b82af4012c1412174c6719515cd8c6d7e7fd3c1b (patch) | |
| tree | 47b80a29cb2a5366f9fba68dbaf77d0ae4a77b49 /cpp/src/Makefile.am | |
| parent | 9a5521b5aaaf1f620c4210ecf09e180ed2934988 (diff) | |
| download | qpid-python-b82af4012c1412174c6719515cd8c6d7e7fd3c1b.tar.gz | |
Added Session.h to list of distributed headers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@600442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index f1a408602d..02ebd10c50 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -335,6 +335,7 @@ nobase_include_HEADERS = \ qpid/client/MessageListener.h \ qpid/client/MessageQueue.h \ qpid/client/Response.h \ + qpid/client/Session.h \ qpid/client/SessionCore.h \ qpid/client/StateManager.h \ qpid/client/SubscriptionManager.h \ |
