summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2011-03-04 18:49:36 +0000
committerStephen D. Huston <shuston@apache.org>2011-03-04 18:49:36 +0000
commit607474feb4ef3a46cd5a3f165de019289ccf351d (patch)
tree20100234fc6e357674c1c662723c31a3db57f98f
parent19492a79b17eeb78515cd4eb16517afb3880e0c5 (diff)
downloadqpid-python-607474feb4ef3a46cd5a3f165de019289ccf351d.tar.gz
Remove moved file refs, related to QPID-3067.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1078099 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/examples/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/examples/CMakeLists.txt b/qpid/cpp/examples/CMakeLists.txt
index 76b89fa677..1b28cfd031 100644
--- a/qpid/cpp/examples/CMakeLists.txt
+++ b/qpid/cpp/examples/CMakeLists.txt
@@ -77,14 +77,10 @@ macro(add_example subdir example)
endmacro(add_example)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README.txt
- ${CMAKE_CURRENT_SOURCE_DIR}/README.verify
- ${CMAKE_CURRENT_SOURCE_DIR}/verify
- ${CMAKE_CURRENT_SOURCE_DIR}/verify_all
DESTINATION ${QPID_INSTALL_EXAMPLESDIR}
COMPONENT ${QPID_COMPONENT_EXAMPLES})
if (MSVC)
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/examples.sln
- ${CMAKE_CURRENT_SOURCE_DIR}/old-examples.sln
DESTINATION ${QPID_INSTALL_EXAMPLESDIR}
COMPONENT ${QPID_COMPONENT_EXAMPLES})
endif (MSVC)