diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-02 20:12:38 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-02 20:12:38 +0000 |
| commit | 34809fc5e564f470b9de1f2589491139c70874f7 (patch) | |
| tree | ebb9d3afbaa5de31802c48b7dbbdedd748ffb471 /qpid/cpp/src/Makefile.am | |
| parent | f4542688bfe150fad00447f9652c153ece5919de (diff) | |
| download | qpid-python-34809fc5e564f470b9de1f2589491139c70874f7.tar.gz | |
Resolve QPID-1311
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 037a284822..eb5ef7144b 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -86,7 +86,8 @@ posix_plat_hdr = \ qpid/sys/posix/Mutex.h \ qpid/sys/posix/Fork.h \ qpid/sys/posix/LockFile.h \ - qpid/sys/posix/PollableCondition.h + qpid/sys/posix/PollableCondition.h \ + qpid/sys/posix/IntegerTypes.h if HAVE_EPOLL poller = qpid/sys/epoll/EpollPoller.cpp @@ -268,6 +269,7 @@ libqpidcommon_la_SOURCES = \ qpid/sys/AggregateOutput.cpp \ qpid/sys/AsynchIOHandler.cpp \ qpid/sys/Dispatcher.cpp \ + qpid/sys/IntegerTypes.h \ qpid/sys/PollableCondition.h \ qpid/sys/PollableQueue.h \ qpid/sys/Runnable.cpp \ |
