summaryrefslogtreecommitdiff
path: root/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-09 18:09:43 +0000
committerGordon Sim <gsim@apache.org>2008-05-09 18:09:43 +0000
commit485022ac7cd72b40cb4c99f2e27389d016a31371 (patch)
tree5fc20fa2f28fe3d20b3db6237317580839b3fd6e /qpid/cpp/Makefile.am
parent3e41544f9e3a66d4ab8b554ad6e2c864b48b79c6 (diff)
downloadqpid-python-485022ac7cd72b40cb4c99f2e27389d016a31371.tar.gz
QPID-648: Patch from Matt Farrellee
- support for realms - updates to packaging to create a default db and the necessary conf files for plain and anon git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
-rw-r--r--qpid/cpp/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am
index 7a7c45aeb0..a97020c701 100644
--- a/qpid/cpp/Makefile.am
+++ b/qpid/cpp/Makefile.am
@@ -5,14 +5,11 @@ SPEC=$(PACKAGE).spec
EXTRA_DIST = \
LICENSE NOTICE README RELEASE_NOTES\
- etc/qpidd etc/qpidd.conf \
$(SPEC) $(SPEC).in \
rpm/README.qpidd-devel \
xml/cluster.xml
-sysconf_DATA = etc/qpidd.conf
-
-SUBDIRS = managementgen src docs/api docs/man examples
+SUBDIRS = managementgen etc src docs/api docs/man examples
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)