summaryrefslogtreecommitdiff
path: root/cpp/src/acl.mk
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2012-11-30 19:17:28 +0000
committerTed Ross <tross@apache.org>2012-11-30 19:17:28 +0000
commitdf3fd9dedb97d5e9932c9e56c024459c89d46dee (patch)
tree5b7543a2ee6d2e34f869f09ef8b9355b83b8461c /cpp/src/acl.mk
parenta4be64d80bfa5517250e1e16becb2f951b440c3f (diff)
downloadqpid-python-df3fd9dedb97d5e9932c9e56c024459c89d46dee.tar.gz
QPID-4449 - Reverted much of the original change and re-implemented the fix in a simpler way.
The build-define _IN_QPID_BROKER is now used for modules built in the broker. The shared-pointer changes are conditionally compiled only for in-broker cases. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1415796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/acl.mk')
-rw-r--r--cpp/src/acl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/acl.mk b/cpp/src/acl.mk
index dfbcd06f4c..87821a3741 100644
--- a/cpp/src/acl.mk
+++ b/cpp/src/acl.mk
@@ -43,4 +43,5 @@ if SUNOS
endif
acl_la_LDFLAGS = $(PLUGINLDFLAGS)
+acl_la_CXXFLAGS = $(AM_CXXFLAGS) -D_IN_QPID_BROKER