]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
rename daemon to daemon-glue
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 10 Jan 2020 16:45:23 +0000 (17:45 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 10 Jan 2020 16:45:23 +0000 (17:45 +0100)
.gitignore
CMakeLists.txt
derivation.nix

index ab43afbbdc6d7046ab40283c8bf70dd584cfea1e..83ee9411dc4a707816d0e32b26f16c975978c0c2 100644 (file)
@@ -1,5 +1,5 @@
 /build/
-/daemon
+/daemon-glue
 /darkplaces
 /gmqcc
 /div0-gittools
index 23080598b53504e61e954830ad56295dc97b3c7f..fa840e5e192bb710e9daec7af3ee8e79a48107c8 100644 (file)
@@ -14,7 +14,7 @@ function(subproject id name)
 endfunction()
 
 subproject(PKI d0_blind_id)
-subproject(DAEMON daemon)
+subproject(DAEMON daemon-glue)
 subproject(DP darkplaces)
 subproject(QCC gmqcc)
 subproject(RADIANT netradiant)
index d0365715ca9a234943b3715607b1d4d1365de7e6..35051b97affd2a5d70bb41fcaa68908f424688b3 100644 (file)
@@ -77,7 +77,7 @@ let
             result = (cleanSourceFilter name type)
                 && !(name == "${project}/release")
                 && !(name == "${project}/d0_blind_id")
-                && !(name == "${project}/daemon")
+                && !(name == "${project}/daemon-glue")
                 && !(name == "${project}/darkplaces")
                 && !(name == "${project}/data")
                 && !(name == "${project}/gmqcc")