diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-09 18:09:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-09 18:09:43 +0000 |
| commit | 7f0c95b0e94c964a92c77c7c8c59035ffff35f34 (patch) | |
| tree | 3615fd0cb4f4b632dfb6bc7d12d8bb577072ac53 /cpp/Makefile.am | |
| parent | 207bd72d3029f9cbf9a14606bd3b609a0af8fb67 (diff) | |
| download | qpid-python-7f0c95b0e94c964a92c77c7c8c59035ffff35f34.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/qpid@654902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 7a7c45aeb0..a97020c701 100644 --- a/cpp/Makefile.am +++ b/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) |
