diff options
| author | Gordon Sim <gsim@apache.org> | 2009-12-15 08:23:19 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-12-15 08:23:19 +0000 |
| commit | 3baba3c1462930d78662492e0a083d63822b33d0 (patch) | |
| tree | 412c45945a7e143124f1f1f59aae9dd054484a49 /cpp/src/Makefile.am | |
| parent | 779f9c990d4053c7401f39abcddfabd354de68af (diff) | |
| download | qpid-python-3baba3c1462930d78662492e0a083d63822b33d0.tar.gz | |
QPID-2212: revert previous attempt at fix; disable on windows only
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index ee2acb673b..9adbbb6bf6 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -444,7 +444,6 @@ libqpidcommon_la_SOURCES += \ qpid/sys/DispatchHandle.h \ qpid/sys/Dispatcher.cpp \ qpid/sys/Dispatcher.h \ - qpid/sys/ExceptionHolder.h \ qpid/sys/FileSysDir.h \ qpid/sys/Fork.h \ qpid/sys/LockFile.h \ @@ -791,6 +790,7 @@ nobase_include_HEADERS += \ ../include/qpid/management/ManagementEvent.h \ ../include/qpid/management/ManagementObject.h \ ../include/qpid/sys/Condition.h \ + ../include/qpid/sys/ExceptionHolder.h \ ../include/qpid/sys/IOHandle.h \ ../include/qpid/sys/IntegerTypes.h \ ../include/qpid/sys/Monitor.h \ |
