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 | 1fd3aca509a1eb3273fe154e69d51eee784f8544 (patch) | |
| tree | 9d7540308f01f05315bd1201817953032b8c8d66 /cpp/configure.ac | |
| parent | 9f5a99e4bc4725d9b5cb194db3e264e608258d6f (diff) | |
| download | qpid-python-1fd3aca509a1eb3273fe154e69d51eee784f8544.tar.gz | |
QPID-3067: moved old examples to old_api directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1075883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index ea1a1b49ea..43a32d3ad7 100644 --- a/cpp/configure.ac +++ b/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 |
