diff options
author | Gordon Sim <gsim@apache.org> | 2008-11-14 15:27:58 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-11-14 15:27:58 +0000 |
commit | 81b60e973debf04bbf04702fd18a17b69f9d55f9 (patch) | |
tree | 4e1e6bf7cc73c3fd28855348bea235f5a66bcd6c | |
parent | 80af0ba9e3ea3089c16c78c3190212660fc8121f (diff) | |
download | qpid-python-81b60e973debf04bbf04702fd18a17b69f9d55f9.tar.gz |
Add config.null file to distributed list or distcheck fails (todo: might be nicer to just generate that since its just an empty file)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714030 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index e959934273..d681cf58fd 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -149,6 +149,7 @@ EXTRA_DIST += \ run_header_test \ header_test.py \ ssl_test \ + config.null \ run_federation_tests \ run_acl_tests \ .valgrind.supp \ |