--- a/click-hooks/CMakeLists.txt
+++ b/click-hooks/CMakeLists.txt
@@ -10,7 +10,7 @@
 
 set(WEBAPP_CONTAINER_HOOK_FOLDER webapp-container)
 
-set(WEBAPP_CONTAINER_HOOK webapp-container-hook)
+set(WEBAPP_CONTAINER_HOOK morph-webapp-container-hook)
 
 add_definitions(-DWEBAPP_CONTAINER_HOOK_FOLDER="${WEBAPP_CONTAINER_HOOK_FOLDER}")
 
@@ -30,7 +30,7 @@
 
 configure_file(
     webapp-container.hook.in
-    ${CMAKE_CURRENT_BINARY_DIR}/webapp-container.hook
+    ${CMAKE_CURRENT_BINARY_DIR}/morph-webapp-container.hook
     @ONLY)
 
 file(GLOB WEBAPP_CONTANER_HOOK_FILES ${CMAKE_CURRENT_BINARY_DIR}/*.hook)
--- a/src/app/webcontainer/CMakeLists.txt
+++ b/src/app/webcontainer/CMakeLists.txt
@@ -9,7 +9,7 @@
     ${webbrowser-common_BINARY_DIR}
 )
 
-set(WEBAPP_CONTAINER webapp-container)
+set(WEBAPP_CONTAINER morph-webapp-container)
 
 set(WEBAPP_CONTAINER_SRC
     chrome-cookie-store.cpp
