summaryrefslogtreecommitdiff
path: root/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
commitfd0ee666d7d2026b81e3aaa85e15f380c32f109f (patch)
treeebfe7fcad03d8d43eb14867a99af372518a1a817 /cpp/src/Makefile.am
parent6d26c9b2c8a19cfd23336d2498bcad561a4458f6 (diff)
downloadqpid-python-fd0ee666d7d2026b81e3aaa85e15f380c32f109f.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/qpid@709028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 6af68f780b..537c111b62 100644
--- a/cpp/src/Makefile.am
+++ b/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