diff options
Diffstat (limited to 'cpp/src/xml.mk')
-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 0d700fcc03..baf3803647 100644 --- a/cpp/src/xml.mk +++ b/cpp/src/xml.mk @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. # -dmodule_LTLIBRARIES += xml.la +dmoduleexec_LTLIBRARIES += xml.la xml_la_SOURCES = \ qpid/xml/XmlExchange.cpp \ |