diff options
author | Alan Conway <aconway@apache.org> | 2007-08-15 15:09:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-15 15:09:25 +0000 |
commit | 0932fd5778b3fadc4b6890a32b925598ff925eb3 (patch) | |
tree | 1982ec02409c0399c16bd710b7dc8afe273d0f3c /cpp | |
parent | 4ea2e527fedb69bd0ae93e79acefebf106b34318 (diff) | |
download | qpid-python-0932fd5778b3fadc4b6890a32b925598ff925eb3.tar.gz |
Removed perftest from Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-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 33508d450d..cd2f3a8dc8 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ rpm/README.qpidd-devel \ xml/cluster.xml -SUBDIRS = src docs/api docs/man examples perftest +SUBDIRS = src docs/api docs/man examples # Update libtool, if needed. libtool: $(LIBTOOL_DEPS) |