aha, I forgot a hunk

This commit is contained in:
gbeauche 2005-11-27 23:59:07 +00:00
parent 5a5defb9d8
commit 71d0871858

View File

@ -69,6 +69,8 @@ UI_APP = SheepShaverGUI.exe
APP = SheepShaver.exe
PROGS = $(APP)
ifeq ($(WANT_GTK),yes)
PROGS += $(UI_APP)
endif