aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii2013-08-10 10:43:41 +0300
committerEli Zaretskii2013-08-10 10:43:41 +0300
commitd4166523bc8c4565cde24fcda56d3d5cdabb70ce (patch)
tree07cc67d6663b763e1f4915f5f4054073e99ab936 /lib-src/Makefile.in
parent3a3bb90450d220c8fb336b80a9a4bdc5cc49a380 (diff)
downloademacs-d4166523bc8c4565cde24fcda56d3d5cdabb70ce.tar.gz
emacs-d4166523bc8c4565cde24fcda56d3d5cdabb70ce.zip
Provide a Windows manifest for update-game-score.exe.
lib-src/update-game-score.exe.manifest: New file. lib-src/Makefile.in (UPDATE_MANIFEST): New variable. (SCRIPTS): Add $(UPDATE_MANIFEST). configure.ac: Define and substitute UPDATE_MANIFEST.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 8285910cdbf..fe1900a2a40 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -40,6 +40,7 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
40PROFILING_CFLAGS = @PROFILING_CFLAGS@ 40PROFILING_CFLAGS = @PROFILING_CFLAGS@
41WARN_CFLAGS = @WARN_CFLAGS@ 41WARN_CFLAGS = @WARN_CFLAGS@
42WERROR_CFLAGS = @WERROR_CFLAGS@ 42WERROR_CFLAGS = @WERROR_CFLAGS@
43UPDATE_MANIFEST = @UPDATE_MANIFEST@
43 44
44# Program name transformation. 45# Program name transformation.
45TRANSFORM = @program_transform_name@ 46TRANSFORM = @program_transform_name@
@@ -132,7 +133,7 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
132 133
133# Like UTILITIES, but they're not system-dependent, and should not be 134# Like UTILITIES, but they're not system-dependent, and should not be
134# deleted by the distclean target. 135# deleted by the distclean target.
135SCRIPTS= rcs2log 136SCRIPTS= rcs2log $(UPDATE_MANIFEST)
136 137
137# All files that are created by the linker, i.e., whose names end in ${EXEEXT}. 138# All files that are created by the linker, i.e., whose names end in ${EXEEXT}.
138EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 139EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}