From 71d087185883987147dda21da7f58f3c808d9abb Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 27 Nov 2005 23:59:07 +0000 Subject: [PATCH] aha, I forgot a hunk --- SheepShaver/src/Windows/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SheepShaver/src/Windows/Makefile.in b/SheepShaver/src/Windows/Makefile.in index a8623119..1a343e38 100755 --- a/SheepShaver/src/Windows/Makefile.in +++ b/SheepShaver/src/Windows/Makefile.in @@ -69,6 +69,8 @@ UI_APP = SheepShaverGUI.exe APP = SheepShaver.exe +PROGS = $(APP) + ifeq ($(WANT_GTK),yes) PROGS += $(UI_APP) endif