From 5b3f629a8d0a054f8a96c7df05c2b5bf7c6e64ee Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 3 Feb 2010 20:57:56 +0000 Subject: [PATCH] Add missing files to wx build. --- desmume/src/wx/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desmume/src/wx/Makefile.am b/desmume/src/wx/Makefile.am index 0fb9db7f9..47cadcde3 100644 --- a/desmume/src/wx/Makefile.am +++ b/desmume/src/wx/Makefile.am @@ -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 \