diff options
| author | Ted Ross <tross@apache.org> | 2012-12-03 18:07:40 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2012-12-03 18:07:40 +0000 |
| commit | 004c3c94bc6d947d72931e982896ef306d8ec4e4 (patch) | |
| tree | 0358cb7260b1083657366cc5be029d9405892d9b /cpp/src | |
| parent | b4c8e2acbe565c361e734d8bed892e548c52a0ca (diff) | |
| download | qpid-python-004c3c94bc6d947d72931e982896ef306d8ec4e4.tar.gz | |
QPID-4449 - Added missing update to xml.mk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1416604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/xml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/xml.mk b/cpp/src/xml.mk index baf3803647..9376cfd54a 100644 --- a/cpp/src/xml.mk +++ b/cpp/src/xml.mk @@ -24,6 +24,6 @@ xml_la_SOURCES = \ qpid/xml/XmlExchangePlugin.cpp xml_la_LIBADD = -lxerces-c -lxqilla libqpidbroker.la - +xml_la_CXXFLAGS = $(AM_CXXFLAGS) -D_IN_QPID_BROKER xml_la_LDFLAGS = $(PLUGINLDFLAGS) |
