From 806e07db5d2a552333d242daf5903005b1fe7433 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 27 Jul 2013 21:50:20 +0200 Subject: [PATCH] (Salamander) GX build fix --- Makefile.wii.salamander | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii.salamander b/Makefile.wii.salamander index 87049c1d5c..fa303bd71c 100644 --- a/Makefile.wii.salamander +++ b/Makefile.wii.salamander @@ -39,7 +39,7 @@ LIBS := -lfat -lwiiuse -logc -lbte APP_BOOTER_DIR = wii/app_booter -OBJ = frontend/frontend_salamander.o file_path.o compat/compat.o conf/config_file.o $(APP_BOOTER_DIR)/app_booter.binobj +OBJ = frontend/frontend_salamander.o frontend/frontend_context.o file_path.o compat/compat.o conf/config_file.o $(APP_BOOTER_DIR)/app_booter.binobj ifeq ($(HAVE_LOGGER), 1) CFLAGS += -DHAVE_LOGGER