diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-05-08 15:55:57 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-05-08 15:55:57 +0000 |
| commit | b478cb053b79674c74990a390047568de44e448d (patch) | |
| tree | 5974e6a6ede50632b11a137024c4a41ea4588fcb /qpid/cpp/Makefile.am | |
| parent | 8316d2b0c1affdee50bee3ed8a6297a582f38c77 (diff) | |
| download | qpid-python-b478cb053b79674c74990a390047568de44e448d.tar.gz | |
QPID-1035: managementgen only exists in qpid C++ source - applying patched supplied by Matt Farrellee
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
| -rw-r--r-- | qpid/cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index 42fc47ba5f..7a7c45aeb0 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/cpp/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = \ sysconf_DATA = etc/qpidd.conf -SUBDIRS = src docs/api docs/man examples +SUBDIRS = managementgen src docs/api docs/man examples # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |
