diff options
author | Alan Conway <aconway@apache.org> | 2012-04-12 19:52:24 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2012-04-12 19:52:24 +0000 |
commit | 55a945e14e30ae3d740219dcaaa85135de77ed87 (patch) | |
tree | f8f45276b902f215300760cd1f321b9c54142760 /cpp/etc | |
parent | 258e354c633f5efd66d5e57550609b83b37cc330 (diff) | |
download | qpid-python-55a945e14e30ae3d740219dcaaa85135de77ed87.tar.gz |
NO-JIRA: remove use of nobase_doc_DATA, doesn't work on rhel5.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1325472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
-rw-r--r-- | cpp/etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/Makefile.am b/cpp/etc/Makefile.am index b6e21002f4..b154a105d4 100644 --- a/cpp/etc/Makefile.am +++ b/cpp/etc/Makefile.am @@ -52,4 +52,4 @@ CLEANFILES = qpidd qpidd-primary cluster.conf-example.xml initddir = $(sysconfdir)/init.d nobase_initd_SCRIPTS = qpidd qpidd-primary -nobase_doc_DATA = cluster.conf-example.xml + |