summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-29 22:11:46 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-29 22:11:46 +0000
commit5cf1f788cd9cab916f3ac4f382e0d5fb3453ae22 (patch)
treedb67a95f9f74b5e7a1e54d01943a381532f13163 /qpid/cpp/src/Makefile.am
parent50d6ab5d1a74bec0fa8ac456f333333dcb92bae7 (diff)
downloadqpid-python-5cf1f788cd9cab916f3ac4f382e0d5fb3453ae22.tar.gz
Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. Related to QPID-1209
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 6af68f780b..537c111b62 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -93,7 +93,8 @@ posix_plat_hdr = \
qpid/sys/posix/Mutex.h \
qpid/sys/posix/Fork.h \
qpid/sys/posix/PollableCondition.h \
- qpid/sys/posix/IntegerTypes.h
+ qpid/sys/posix/IntegerTypes.h \
+ qpid/sys/posix/Time.h
if HAVE_EPOLL
poller = qpid/sys/epoll/EpollPoller.cpp