summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-07-30 06:29:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-07-30 06:29:16 +0000
commitf1f80e7b3b1e17e663113382219d992680461063 (patch)
tree793644f4345437ed0c60ace0c5b7fdf07504e661 /cpp/src/Makefile.am
parentab27cb344e9d2e1ea18c1c89cda65a02a7513e4b (diff)
downloadqpid-python-f1f80e7b3b1e17e663113382219d992680461063.tar.gz
Related to QPID-1198: Moved posix platform specific "strerror" code to
platform specific directory git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@680920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index c612d6f3ef..592ccf8a76 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -78,7 +78,8 @@ posix_plat_src = \
qpid/sys/posix/Thread.cpp \
qpid/sys/posix/Shlib.cpp \
qpid/sys/posix/Mutex.cpp \
- qpid/sys/posix/Fork.cpp
+ qpid/sys/posix/Fork.cpp \
+ qpid/sys/posix/StrError.cpp
posix_plat_hdr = \
qpid/sys/posix/check.h \
@@ -559,6 +560,7 @@ nobase_include_HEADERS = \
qpid/sys/ShutdownHandler.h \
qpid/sys/Socket.h \
qpid/sys/StateMonitor.h \
+ qpid/sys/StrError.h \
qpid/sys/Waitable.h \
qpid/sys/Thread.h \
qpid/sys/Time.h \