diff options
author | Gordon Sim <gsim@apache.org> | 2011-03-01 16:23:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-03-01 16:23:56 +0000 |
commit | c5cf8abaff0813710b5fdba4a1f6751adbfd0ce9 (patch) | |
tree | f0b482e0e103b066464a204e6a62182a14cdb4a7 /qpid/cpp/configure.ac | |
parent | fc77e67d8542ff23321e548fa0b32d8bb3fa2f0b (diff) | |
download | qpid-python-c5cf8abaff0813710b5fdba4a1f6751adbfd0ce9.tar.gz |
QPID-3067: moved old examples to old_api directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1075883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r-- | qpid/cpp/configure.ac | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index ea1a1b49ea..43a32d3ad7 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -521,18 +521,19 @@ AM_PATH_PYTHON() builddir_lib_suffix="/.libs" AC_SUBST([builddir_lib_suffix]) -# Files to generate +# Files to generate AC_CONFIG_FILES([ Makefile examples/Makefile - examples/direct/Makefile - examples/fanout/Makefile - examples/pub-sub/Makefile - examples/request-response/Makefile - examples/failover/Makefile - examples/xml-exchange/Makefile + examples/old_api/Makefile + examples/old_api/direct/Makefile + examples/old_api/fanout/Makefile + examples/old_api/pub-sub/Makefile + examples/old_api/request-response/Makefile + examples/old_api/failover/Makefile + examples/old_api/xml-exchange/Makefile examples/qmf-console/Makefile - examples/tradedemo/Makefile + examples/old_api/tradedemo/Makefile examples/messaging/Makefile bindings/qpid/Makefile bindings/qpid/ruby/Makefile |