diff options
author | Ryan Pavlik <rpavlik@iastate.edu> | 2011-11-04 14:29:01 -0500 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-01-07 22:50:48 +0000 |
commit | 4e44580efd4522ced644c698336d2f6ea54f3917 (patch) | |
tree | c01d7e116fb33d4201162af90b82a568b3140386 | |
parent | c763fe51b8ff18e204caab9cf97376a1b72324f0 (diff) |
hw/xwin: Include manifest file in the dist tarball
Commit c02638fd added the manifest file, but didn't add it to EXTRA_DIST.
Signed-off-by: Ryan Pavlik <rpavlik@iastate.edu>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r-- | hw/xwin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 256af0bb1..c49016398 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -175,7 +175,8 @@ install-exec-hook: EXTRA_DIST = \ $(xwinconfig_DATA) \ X.ico \ - XWin.rc + XWin.rc \ + XWin.exe.manifest relink: $(AM_V_at)rm -f XWin$(EXEEXT) && $(MAKE) XWin$(EXEEXT) |