Build fix for Linux
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 19 Sep 2014 08:10:45 +0000 (10:10 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 19 Sep 2014 08:10:45 +0000 (10:10 +0200)
22 files changed:
agent/CMakeLists.txt
agent/windows-setup-agent/.gitignore [moved from agent/icinga2-setup-agent/.gitignore with 100% similarity]
agent/windows-setup-agent/AgentWizard.Designer.cs [moved from agent/icinga2-setup-agent/AgentWizard.Designer.cs with 100% similarity]
agent/windows-setup-agent/AgentWizard.cs [moved from agent/icinga2-setup-agent/AgentWizard.cs with 100% similarity]
agent/windows-setup-agent/AgentWizard.resx [moved from agent/icinga2-setup-agent/AgentWizard.resx with 100% similarity]
agent/windows-setup-agent/App.config [moved from agent/icinga2-setup-agent/App.config with 100% similarity]
agent/windows-setup-agent/Icinga2SetupAgent.csproj [moved from agent/icinga2-setup-agent/Icinga2SetupAgent.csproj with 100% similarity]
agent/windows-setup-agent/Program.cs [moved from agent/icinga2-setup-agent/Program.cs with 100% similarity]
agent/windows-setup-agent/Properties/AssemblyInfo.cs [moved from agent/icinga2-setup-agent/Properties/AssemblyInfo.cs with 100% similarity]
agent/windows-setup-agent/Properties/Resources.Designer.cs [moved from agent/icinga2-setup-agent/Properties/Resources.Designer.cs with 100% similarity]
agent/windows-setup-agent/Properties/Resources.resx [moved from agent/icinga2-setup-agent/Properties/Resources.resx with 100% similarity]
agent/windows-setup-agent/Properties/Settings.Designer.cs [moved from agent/icinga2-setup-agent/Properties/Settings.Designer.cs with 100% similarity]
agent/windows-setup-agent/Properties/Settings.settings [moved from agent/icinga2-setup-agent/Properties/Settings.settings with 100% similarity]
agent/windows-setup-agent/app.manifest [moved from agent/icinga2-setup-agent/app.manifest with 100% similarity]
agent/windows-setup-agent/icinga-banner.png [moved from agent/icinga2-setup-agent/icinga-banner.png with 100% similarity]
agent/windows-setup-agent/icinga.ico [moved from agent/icinga2-setup-agent/icinga.ico with 100% similarity]
agent/windows-setup-agent/tar-cs/COPYING [moved from agent/icinga2-setup-agent/tar-cs/COPYING with 100% similarity]
agent/windows-setup-agent/tar-cs/ITarHeader.cs [moved from agent/icinga2-setup-agent/tar-cs/ITarHeader.cs with 100% similarity]
agent/windows-setup-agent/tar-cs/TarException.cs [moved from agent/icinga2-setup-agent/tar-cs/TarException.cs with 100% similarity]
agent/windows-setup-agent/tar-cs/TarHeader.cs [moved from agent/icinga2-setup-agent/tar-cs/TarHeader.cs with 100% similarity]
agent/windows-setup-agent/tar-cs/TarReader.cs [moved from agent/icinga2-setup-agent/tar-cs/TarReader.cs with 100% similarity]
agent/windows-setup-agent/tar-cs/UsTarHeader.cs [moved from agent/icinga2-setup-agent/tar-cs/UsTarHeader.cs with 100% similarity]

index b60318da48ed2742dd438355b0634d2f95a4774d..23a37fdb354824a701a2adfaa2a75dc046d22fc9 100644 (file)
@@ -32,12 +32,12 @@ endif()
 if(MSVC)
   include_external_msproject(
     icinga2setupagent
-    ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj
+    ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/Icinga2SetupAgent.csproj
     TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
   )
 
   install(
-    FILES ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe
+    FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe
     DESTINATION ${CMAKE_INSTALL_SBINDIR}
   )
 endif()