aboutsummaryrefslogtreecommitdiff
path: root/include/NTMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/NTMakefile')
-rw-r--r--include/NTMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/NTMakefile b/include/NTMakefile
index e494687d4c42..8308d6e37148 100644
--- a/include/NTMakefile
+++ b/include/NTMakefile
@@ -40,6 +40,7 @@ SUBDIRS=kadm5 hcrypto gssapi
INCFILES= \
$(INCDIR)\config.h \
$(INCDIR)\crypto-headers.h \
+ $(INCDIR)\heimqueue.h \
$(INCDIR)\heim_threads.h \
$(INCDIR)\krb5-types.h \
$(INCDIR)\version.h
@@ -110,8 +111,8 @@ while(<>) {
$(INCDIR)\version.h: ..\windows\NTMakefile.version NTMakefile
$(CP) << $@
-const char *heimdal_long_version = "@(#)$$Version: $(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION) by $(USERNAME) on $(COMPUTERNAME) ($(CPU)-pc-windows) $$";
-const char *heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)";
+const char *const heimdal_long_version = "@(#)$$Version: $(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION) by $(USERNAME) on $(COMPUTERNAME) ($(CPU)-pc-windows) $$";
+const char *const heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)";
<<
all:: $(INCFILES)