Add missing files to wx build.

This commit is contained in:
riccardom 2010-02-03 20:57:56 +00:00
parent 1743b0b81b
commit 5b3f629a8d
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,10 @@ pixmap_DATA = DeSmuME.xpm
EXTRA_DIST = DeSmuME.xpm desmume.desktop
bin_PROGRAMS = desmume
desmume_SOURCES = \
../sndsdl.cpp \
../driver.h ../driver.cpp \
../wxdlg/wxdlg3dViewer.h ../wxdlg/wxdlg3dViewer.cpp \
PadSimple/PadSimple.cpp \
PadSimple/PadSimple.cpp PadSimple/GUI/ConfigDlg.cpp \
InputCommon/X11InputBase.cpp \
InputCommon/XInput.cpp \
InputCommon/InputCommon.cpp \
@ -19,6 +20,7 @@ desmume_SOURCES = \
InputCommon/Configuration.cpp \
InputCommon/SDL.cpp \
IniFile.cpp \
LuaWindow.cpp \
StringUtil.cpp \
wxMain.cpp
desmume_LDADD = ../libdesmume.a \