diff options
author | Alan Conway <aconway@apache.org> | 2010-03-04 13:41:38 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-04 13:41:38 +0000 |
commit | 7505750a634eada9e6104b32b69225bbebd38318 (patch) | |
tree | 5aa35b456052f4b2565cf7acb5f97981f096e07f /cpp | |
parent | 2b53c60cb0b6fadf8a37f1c19b6c7c7607398fcf (diff) | |
download | qpid-python-7505750a634eada9e6104b32b69225bbebd38318.tar.gz |
Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@918986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/testagent/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/testagent/Makefile.am b/cpp/src/tests/testagent/Makefile.am index fefa2d99e4..7ff7cb0bd7 100644 --- a/cpp/src/tests/testagent/Makefile.am +++ b/cpp/src/tests/testagent/Makefile.am @@ -47,3 +47,4 @@ noinst_PROGRAMS=testagent testagent_SOURCES=testagent.cpp $(GEN_SRC) testagent_LDADD=$(top_builddir)/src/libqmf.la +EXTRA_DIST=schema.xml |