summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 2518e52e..7ec96e5d 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -156,10 +156,9 @@ SET(MULTIMC_SOURCES
InstancePageProvider.h
InstancePageProvider.cpp
- # Annoying nag screen logic
- NagUtils.h
- NagUtils.cpp
-
+ # Common java checking UI
+ JavaCommon.h
+ JavaCommon.cpp
# GUI - page dialog pages
pages/BasePage.h