From c5a37f52b9451b63435ad65b678c702fe0e3a70f Mon Sep 17 00:00:00 2001 From: yabause Date: Wed, 17 Dec 2008 23:45:07 +0000 Subject: [PATCH] Added the movie thing and its dependencies into autotools scripts. --- desmume/src/Makefile.am | 5 ++++- desmume/src/movie.cpp | 1 + desmume/src/utils/guid.cpp | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index 7d0dbea12..b874fc1a6 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -36,7 +36,10 @@ libdesmume_a_SOURCES = \ matrix.cpp matrix.h \ gfx3d.cpp gfx3d.h \ thumb_instructions.cpp thumb_instructions.h types.h \ - zero_private.h shaders.h + zero_private.h shaders.h \ + movie.cpp movie.h \ + utils/ConvertUTF.c utils/ConvertUTF.h utils/guid.cpp utils/guid.h \ + utils/md5.cpp utils/md5.h utils/valuearray.h utils/xstring.cpp utils/xstring.h if HAVE_GDB_STUB libdesmume_a_SOURCES += gdbstub.h endif diff --git a/desmume/src/movie.cpp b/desmume/src/movie.cpp index b5523823f..e8609c176 100644 --- a/desmume/src/movie.cpp +++ b/desmume/src/movie.cpp @@ -1,4 +1,5 @@ #include +#include #include #include "utils/guid.h" diff --git a/desmume/src/utils/guid.cpp b/desmume/src/utils/guid.cpp index dc9aed93b..771814d53 100644 --- a/desmume/src/utils/guid.cpp +++ b/desmume/src/utils/guid.cpp @@ -1,3 +1,4 @@ +#include #include "guid.h" #include "types.h"