diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-29 22:11:46 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-29 22:11:46 +0000 |
| commit | fd0ee666d7d2026b81e3aaa85e15f380c32f109f (patch) | |
| tree | ebfe7fcad03d8d43eb14867a99af372518a1a817 /cpp/src/Makefile.am | |
| parent | 6d26c9b2c8a19cfd23336d2498bcad561a4458f6 (diff) | |
| download | qpid-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.am | 3 |
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 |
