diff options
| author | Ted Ross <tross@apache.org> | 2008-12-19 20:22:03 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-12-19 20:22:03 +0000 |
| commit | ecfaaf9d34f2875abf38598ef0cfbed5d1fd8067 (patch) | |
| tree | 6355270960baefb69a0176852c950078fdfcc59c /qpid/cpp/src/Makefile.am | |
| parent | 34b1725a48afe8711a15b86338eb7bbc77bc60d1 (diff) | |
| download | qpid-python-ecfaaf9d34f2875abf38598ef0cfbed5d1fd8067.tar.gz | |
QPID-1412 - c++ implementation of the QMF client API
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 396a9dd6a6..606fdb1a41 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -179,6 +179,7 @@ cmodule_LTLIBRARIES = include cluster.mk include acl.mk include qmf.mk +include qmfc.mk if HAVE_XML include xml.mk endif |
