Added hh.exe.
diff --git a/programs/Makefile.in b/programs/Makefile.in
index 546b85a..94bc1dc 100644
--- a/programs/Makefile.in
+++ b/programs/Makefile.in
@@ -11,6 +11,7 @@
cmdlgtst \
control \
expand \
+ hh \
msiexec \
notepad \
progman \
@@ -43,6 +44,7 @@
clock \
control \
expand \
+ hh \
msiexec \
notepad \
progman \
@@ -95,6 +97,7 @@
cmdlgtst.exe$(DLLEXT) \
control.exe$(DLLEXT) \
expand.exe$(DLLEXT) \
+ hh.exe$(DLLEXT) \
icinfo.exe$(DLLEXT) \
msiexec.exe$(DLLEXT) \
notepad.exe$(DLLEXT) \
@@ -183,6 +186,9 @@
expand.exe$(DLLEXT): expand/expand.exe$(DLLEXT)
$(RM) $@ && $(LN_S) expand/expand.exe$(DLLEXT) $@
+hh.exe$(DLLEXT): hh/hh.exe$(DLLEXT)
+ $(RM) $@ && $(LN_S) hh/hh.exe$(DLLEXT) $@
+
icinfo.exe$(DLLEXT): avitools/icinfo.exe$(DLLEXT)
$(RM) $@ && $(LN_S) avitools/icinfo.exe$(DLLEXT) $@
@@ -267,6 +273,7 @@
cmdlgtst/cmdlgtst.exe$(DLLEXT): cmdlgtst
control/control.exe$(DLLEXT): control
expand/expand.exe$(DLLEXT): expand
+hh/hh.exe$(DLLEXT): hh
avitools/icinfo.exe$(DLLEXT): avitools
msiexec/msiexec.exe$(DLLEXT): msiexec
notepad/notepad.exe$(DLLEXT): notepad