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 | 173dbeeca9731f8a97e47cbd3b27235edadcdd82 (patch) | |
| tree | 0d77f762f2459bfb7d884267fbdfe80486330bc4 /cpp/etc | |
| parent | ab66360574cb73e4e4f802427e83bf6b83ca7c6f (diff) | |
| download | qpid-python-173dbeeca9731f8a97e47cbd3b27235edadcdd82.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/qpid@1335218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am index b154a105d4..aa41c65b37 100644 --- a/cpp/etc/Makefile.am +++ b/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=\ |
