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 | 8d1a8ac4bef1230131aaec54883d50aedd8aa314 (patch) | |
| tree | 11d0c8a897d748ccc932b87afefa76caf178836e /cpp/Makefile.am | |
| parent | 8f39d1955d3ed7bf62e44beb561d8ede72df9ec6 (diff) | |
| download | qpid-python-8d1a8ac4bef1230131aaec54883d50aedd8aa314.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/qpid@654564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 42fc47ba5f..7a7c45aeb0 100644 --- a/cpp/Makefile.am +++ b/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) |
