summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-03-15 20:27:27 +0000
committerAlan Conway <aconway@apache.org>2013-03-15 20:27:27 +0000
commit5dfb88b2d4f7376947894376dc7bd1ccfe4c4761 (patch)
treeff3ec3603330c2b250f964a00186b9e30fe2a27c /qpid/cpp/src/Makefile.am
parent421aa678e95825bf44818621895aa328892fc1d2 (diff)
downloadqpid-python-5dfb88b2d4f7376947894376dc7bd1ccfe4c4761.tar.gz
QPID-4640: Add files required for legacystore build to distro.
Several files needed to build the legacystore were missing from automake dist rules. Note still need to use cmake to build legacystore, it is not build by automake. The missing files were added so that you can use cmake without error in an automake-generated distribution. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457096 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index d974aad3a1..42d5c60475 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -107,7 +107,8 @@ $(srcdir)/rubygen.cmake: $(rgen_generator) $(specs)
mgen_dir=$(top_srcdir)/managementgen
mgen_xml=$(top_srcdir)/../specs/management-schema.xml \
$(srcdir)/qpid/acl/management-schema.xml \
- $(srcdir)/qpid/ha/management-schema.xml
+ $(srcdir)/qpid/ha/management-schema.xml \
+ $(srcdir)/qpid/legacystore/management-schema.xml
mgen_cmd=$(mgen_dir)/qmf-gen -m $(srcdir)/managementgen.mk \
-c $(srcdir)/managementgen.cmake -q -b -l -o qmf \
$(mgen_xml)
@@ -230,6 +231,7 @@ include qmfc.mk
if HAVE_XML
include xml.mk
endif
+include legacystore.mk
if RDMA
@@ -304,6 +306,7 @@ EXTRA_DIST +=\
managementgen.cmake \
rubygen.cmake \
versions.cmake \
+ finddb.cmake \
$(rgen_amqp_0_10_srcs) \
qpid/amqp_0_10/apply.h \
qpid/amqp_0_10/built_in_types.h \
@@ -1079,3 +1082,4 @@ install-data-local:
# Support for pkg-config
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA += qpid.pc
+