diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-29 12:32:56 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-29 12:32:56 +0000 |
| commit | d6f830d267b9da53078b78ced6b3928e4a270565 (patch) | |
| tree | ce7a555068b83d24399b0da911500d1e2ee25e57 /qpid/cpp/src | |
| parent | 75de8488ff08f2c7550d52a60537274e28f8dfca (diff) | |
| download | qpid-python-d6f830d267b9da53078b78ced6b3928e4a270565.tar.gz | |
Fixed wrong file added in last commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 08e61c0a7d..75ae566a12 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -60,7 +60,7 @@ qpidd_SOURCES = qpidd.cpp posix_plat_src = \ qpid/sys/epoll/EpollPoller.cpp \ - qpid/sys/DeletionManager.cpp \ + qpid/sys/DeletionManager.h \ qpid/sys/posix/Socket.cpp \ qpid/sys/posix/AsynchIO.cpp \ qpid/sys/posix/Time.cpp \ |
