164878
diff --git a/CMakeLists.txt b/CMakeLists.txt
164878
index 9e3b555..b0abd84 100644
164878
--- a/CMakeLists.txt
164878
+++ b/CMakeLists.txt
164878
@@ -3069,7 +3069,7 @@ if(RPMBUILD_EXECUTABLE AND GIT_EXECUTABLE)
164878
 	endif()
164878
 
164878
 	execute_process(
164878
-		COMMAND git describe --abbrev=8 --match v[1-9]*
164878
+		COMMAND git describe --always --abbrev=8 --match v[1-9]*
164878
 		OUTPUT_VARIABLE _git_description
164878
 		OUTPUT_STRIP_TRAILING_WHITESPACE
164878
 		WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
164878
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
164878
index 0367cd1..6382a2c 100644
164878
--- a/wsutil/CMakeLists.txt
164878
+++ b/wsutil/CMakeLists.txt
164878
@@ -69,6 +69,7 @@ set(WSUTIL_PUBLIC_HEADERS
164878
 	ws_mempbrk_int.h
164878
 	ws_pipe.h
164878
 	ws_printf.h
164878
+	wstmpdir.h
164878
 	wsjsmn.h
164878
 	xtea.h
164878
 )
164878
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
164878
 	unicode-utils.c
164878
 	ws_mempbrk.c
164878
 	ws_pipe.c
164878
+	wstmpdir.c
164878
 	wsgcrypt.c
164878
 	wsjsmn.c
164878
 	xtea.c