diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-07 19:54:44 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-07 19:54:44 +0000 |
| commit | 1427de0275b5db2c8619db9211435897123259d8 (patch) | |
| tree | 106683fa45f791468507ba0e832b30d12fe41963 /qpid/cpp/etc | |
| parent | 736b4a8d91342544079ed6b67266e9cc9f64fb76 (diff) | |
| download | qpid-python-1427de0275b5db2c8619db9211435897123259d8.tar.gz | |
NO-JIRA: Skip HA tests if required python tools are not available.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
| -rw-r--r-- | qpid/cpp/etc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/etc/Makefile.am b/qpid/cpp/etc/Makefile.am index b154a105d4..aa41c65b37 100644 --- a/qpid/cpp/etc/Makefile.am +++ b/qpid/cpp/etc/Makefile.am @@ -20,8 +20,8 @@ SASL_CONF = sasl2/qpidd.conf EXTRA_DIST = \ $(SASL_CONF) \ - qpidd qpidd-primary qpidd.conf qpidc.conf CMakeLists.txt \ - cluster.conf-example.xml + qpidd.in qpidd-primary.in qpidd.conf qpidc.conf CMakeLists.txt \ + cluster.conf-example.xml.in confdir = $(sysconfdir)/qpid nobase_conf_DATA=\ |
