diff options
author | Gordon Sim <gsim@apache.org> | 2008-08-07 08:52:33 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-08-07 08:52:33 +0000 |
commit | 18ca8bee77a1f91be7f7d759bd3d6f45ea1d87c4 (patch) | |
tree | c2f956b572664cec9d9e32cef9230871fdcabc59 /cpp/src | |
parent | 3cd55ca351e299aea97000006175b6dc7c9698b2 (diff) | |
download | qpid-python-18ca8bee77a1f91be7f7d759bd3d6f45ea1d87c4.tar.gz |
Remove reference to deleted sys/posix/Thread.h
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@683560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index b217ca0ccc..22c92101c4 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -85,7 +85,6 @@ posix_plat_hdr = \ qpid/sys/posix/Condition.h \ qpid/sys/posix/PrivatePosix.h \ qpid/sys/posix/Mutex.h \ - qpid/sys/posix/Thread.h \ qpid/sys/posix/Fork.h \ qpid/sys/posix/LockFile.h |