Added more file to "make dist" and remove gtk/globals.h

that is now gone.
This commit is contained in:
yabause 2008-12-25 21:53:58 +00:00
parent 8dfa1f8226
commit bfb928f20c
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
include $(top_srcdir)/src/desmume.mk
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.cpp fs-windows.cpp
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.cpp fs-windows.cpp \
matrix_sse2-x64.asm matrix_sse2-x86.asm
if HAVE_GDB_STUB
SUBDIRS = . gdbstub $(UI_DIR)
else

View File

@ -15,7 +15,6 @@ desmume_SOURCES = \
desmume.h desmume.cpp \
dTool.h dToolsList.cpp \
tools/ioregsView.cpp tools/ioregsView.h \
globals.h \
../sndsdl.cpp \
../ctrlssdl.h ../ctrlssdl.cpp \
gdk_3Demu.cpp gdk_3Demu.h \

View File

@ -17,7 +17,13 @@ desmume_SOURCES = \
AboutBox.cpp AboutBox.h \
colorctrl.cpp colorctrl.h \
lightView.cpp lightView.h \
matrixView.cpp matrixView.h
matrixView.cpp matrixView.h \
aviout.cpp console.cpp console.h \
inputdx.cpp inputdx.h ogl.cpp \
throttle.cpp throttle.h windriver.h \
DeSmuME_2005.vcproj DeSmuME_2008.vcproj \
DeSmuME_Intel.icproj DeSmuME_Intel.vcproj \
DeSmuME_x64.manifest DeSmuME_x86.manifest
desmume_LDADD = ../libdesmume.a yopyop_private.o
if HAVE_GDB_STUB
desmume_LDADD += ../gdbstub/libgdbstub.a