SDL: more fixes to standalone makefiles.

From fbe810070bbd4e13c84d555e36156a198e81d68c Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 13 Nov 2021 21:56:20 +0300
Subject: [PATCH] more fixes to standalone makefiles.

---
 Makefile.pandora | 5 ++---
 Makefile.wiz     | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile.pandora b/Makefile.pandora
index 66f4375422..fe2249979d 100644
--- a/Makefile.pandora
+++ b/Makefile.pandora
@@ -45,11 +45,10 @@ SOURCES =
 	./src/timer/*.c \
 	./src/timer/unix/*.c \
 	./src/video/*.c \
+	./src/video/yuv2rgb/*.c \
 	./src/video/dummy/*.c \
-	./src/video/pandora/SDL_pandora.o \
-	./src/video/pandora/SDL_pandora_events.o \
 	./src/video/x11/*.c \
-	
+	./src/video/pandora/*.c
 
 OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')
 
diff --git a/Makefile.wiz b/Makefile.wiz
index f6d0c691e3..34776dacfb 100644
--- a/Makefile.wiz
+++ b/Makefile.wiz
@@ -45,9 +45,9 @@ SOURCES = \
 	./src/timer/*.c \
 	./src/timer/unix/*.c \
 	./src/video/*.c \
+	./src/video/yuv2rgb/*.c \
 	./src/video/dummy/*.c \
-	./src/video/pandora/*.c \
-	
+	./src/video/pandora/*.c
 
 OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')