summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-27 03:50:41 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-27 03:50:41 +0000
commit7fe72d327c038282e05ae561f86e3836a39d1dd2 (patch)
tree4258cb27e26eb73a4417f90b33263d57d42dfa38 /qpid/cpp/etc
parent27827048b69f356f74182512220d9378c38eb194 (diff)
downloadqpid-python-7fe72d327c038282e05ae561f86e3836a39d1dd2.tar.gz
QPID-4955: Don't install SYSV style service control files on Windows
(fixes Windows breakage from previous commit) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497204 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
-rw-r--r--qpid/cpp/etc/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/etc/CMakeLists.txt b/qpid/cpp/etc/CMakeLists.txt
index f867a33227..df427347b3 100644
--- a/qpid/cpp/etc/CMakeLists.txt
+++ b/qpid/cpp/etc/CMakeLists.txt
@@ -33,12 +33,11 @@ if (UNIX)
${CMAKE_CURRENT_BINARY_DIR}/qpidd-primary
@ONLY)
-endif (UNIX)
-
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qpidd ${CMAKE_CURRENT_BINARY_DIR}/qpidd-primary
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
DESTINATION ${QPID_INSTALL_INITDDIR}
COMPONENT ${QPID_COMPONENT_BROKER})
+endif (UNIX)
install(FILES qpidc.conf
DESTINATION ${QPID_INSTALL_CONFDIR}