diff options
author | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 19:11:09 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 19:11:09 +0000 |
commit | 4a6d773e42d470a7440cef55ced1d381ba7c33c1 (patch) | |
tree | 627dd014e0bd6f385f0676766b1b26429a9dde7d | |
parent | b9f56313a4b3e9c92391cee8fc4be72273f1f999 (diff) | |
download | qpid-python-4a6d773e42d470a7440cef55ced1d381ba7c33c1.tar.gz |
Add qpidc.conf to the distfile list
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694426 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/etc/Makefile.am b/qpid/cpp/etc/Makefile.am index d3dd67d35e..0d6574d171 100644 --- a/qpid/cpp/etc/Makefile.am +++ b/qpid/cpp/etc/Makefile.am @@ -2,7 +2,7 @@ SASL_CONF = sasl2/qpidd.conf EXTRA_DIST = \ $(SASL_CONF) \ - qpidd qpidd.conf + qpidd qpidd.conf qpidc.conf confdir=$(sysconfdir)/qpid nobase_conf_DATA=\ |