summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-09-13 19:34:38 +0000
committerTed Ross <tross@apache.org>2011-09-13 19:34:38 +0000
commit5b4907d81effd26d15dd418ff2a3df8bb3dab9e3 (patch)
treeb94ebca24ca0c8217ac60769ca73c27a694edee9 /qpid/cpp/src/CMakeLists.txt
parent7666ee8f50ba9554e71142290fcc58c2e1ad46e9 (diff)
downloadqpid-python-5b4907d81effd26d15dd418ff2a3df8bb3dab9e3.tar.gz
QPID-3484 - QMF Main-Loop Integration
Applied patch from Darryl Pierce. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1170314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 49f94322d8..d8496c5122 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -1100,6 +1100,7 @@ if(NOT WIN32)
../include/qmf/exceptions.h
../include/qmf/Handle.h
../include/qmf/ImportExport.h
+ ../include/qmf/posix/EventNotifier.h
../include/qmf/Query.h
../include/qmf/Schema.h
../include/qmf/SchemaId.h
@@ -1129,6 +1130,10 @@ if(NOT WIN32)
qmf/DataAddrImpl.h
qmf/Data.cpp
qmf/DataImpl.h
+ qmf/EventNotifierImpl.h
+ qmf/EventNotifierImpl.cpp
+ qmf/PosixEventNotifier.cpp
+ qmf/PosixEventNotifierImpl.cpp
qmf/exceptions.cpp
qmf/Expression.cpp
qmf/Expression.h