summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-03-01 00:48:43 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-03-01 00:48:43 +0000
commit21c5a7f8f48edd90ebafed129a67583f6e8dec7a (patch)
tree18f66278e9ff6043846dd5a5dc1c94cf23dd90da /cpp/src/Makefile.am
parentcc672222fb590004d43ec67db068405ad8af2c66 (diff)
downloadqpid-python-21c5a7f8f48edd90ebafed129a67583f6e8dec7a.tar.gz
QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1451446 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 326cacd9d1..0b5de50283 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -208,7 +208,9 @@ endif
libqpidcommon_la_SOURCES += $(poller) $(systeminfo)
posix_broker_src = \
- qpid/broker/posix/BrokerDefaults.cpp
+ qpid/broker/posix/BrokerDefaults.cpp \
+ qpid/broker/posix/SocketFDPlugin.cpp
+
lib_LTLIBRARIES = libqpidtypes.la libqpidcommon.la libqpidbroker.la libqpidclient.la libqpidmessaging.la