Commit fbe810070bbd4e13c84d555e36156a198e81d68c

Ozkan Sezer 2021-11-13T21:56:20

more fixes to standalone makefiles.

diff --git a/Makefile.pandora b/Makefile.pandora
index 66f4375..fe22499 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 f6d0c69..34776da 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')