summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-12-15 18:24:02 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-12-15 18:24:02 +0000
commitfaf8a3a3a9f2355ec7044144d63ef869788eebb3 (patch)
treef8f1d22ceb1a04d44f2353fcc352fdeafeafbbad /cpp/src/Makefile.am
parenta66973a94f41bc034d98d39028e13cbbff805b93 (diff)
downloadqpid-python-faf8a3a3a9f2355ec7044144d63ef869788eebb3.tar.gz
QPID-1951: Removed need for Windows versions of ssize_t and pid_t
- Trivially removed Windows uses of ssize_t - Rearchitected how the Windows port finds an existing qpidd to stop it - Split Posix Lockfile functionality using pids into a new PidFile class git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@890929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index 9adbbb6bf6..4979aaf926 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -154,6 +154,7 @@ libqpidcommon_la_SOURCES += \
qpid/sys/posix/Fork.cpp \
qpid/sys/posix/StrError.cpp \
qpid/sys/posix/PollableCondition.cpp \
+ qpid/sys/posix/PidFile.h \
qpid/sys/posix/PipeHandle.cpp \
qpid/log/posix/SinkOptions.h \
qpid/sys/posix/Fork.h