Added the movie thing and its dependencies into autotools scripts.

This commit is contained in:
yabause 2008-12-17 23:45:07 +00:00
parent 8cef0b268c
commit c5a37f52b9
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
#include <assert.h>
#include <limits.h>
#include <fstream>
#include "utils/guid.h"

View File

@ -1,3 +1,4 @@
#include <stdlib.h>
#include "guid.h"
#include "types.h"