Applied patch by Guillaume Bedot to include missing files
in distribution.
This commit is contained in:
parent
7535e4b8e0
commit
79254b307a
|
@ -6,20 +6,24 @@ Applicationsdir = $(datadir)/applications
|
||||||
Applications_DATA = wxdesmume.desktop
|
Applications_DATA = wxdesmume.desktop
|
||||||
pixmapdir = $(datadir)/pixmaps
|
pixmapdir = $(datadir)/pixmaps
|
||||||
pixmap_DATA = DeSmuME.xpm
|
pixmap_DATA = DeSmuME.xpm
|
||||||
EXTRA_DIST = wxdesmume.desktop
|
EXTRA_DIST = wxdesmume.desktop DeSmuME.xpm
|
||||||
bin_PROGRAMS = wxdesmume
|
bin_PROGRAMS = wxdesmume
|
||||||
wxdesmume_SOURCES = \
|
wxdesmume_SOURCES = \
|
||||||
../sndsdl.cpp \
|
../sndsdl.cpp \
|
||||||
../driver.h ../driver.cpp \
|
../driver.h ../driver.cpp \
|
||||||
../wxdlg/wxdlg3dViewer.h ../wxdlg/wxdlg3dViewer.cpp \
|
../wxdlg/wxdlg3dViewer.h ../wxdlg/wxdlg3dViewer.cpp \
|
||||||
PadSimple/PadSimple.cpp PadSimple/GUI/ConfigDlg.cpp \
|
PadSimple/pluginspecs_pad.h \
|
||||||
InputCommon/X11InputBase.cpp \
|
PadSimple/PadSimple.h PadSimple/PadSimple.cpp \
|
||||||
InputCommon/XInput.cpp \
|
PadSimple/GUI/ConfigDlg.h PadSimple/GUI/ConfigDlg.cpp \
|
||||||
InputCommon/InputCommon.cpp \
|
InputCommon/X11InputBase.h InputCommon/X11InputBase.cpp \
|
||||||
InputCommon/EventHandler.cpp \
|
InputCommon/XInput.h InputCommon/XInput.cpp \
|
||||||
|
InputCommon/InputCommon.h InputCommon/InputCommon.cpp \
|
||||||
|
InputCommon/Event.hpp \
|
||||||
|
InputCommon/EventHandler.h InputCommon/EventHandler.cpp \
|
||||||
InputCommon/Configuration.cpp \
|
InputCommon/Configuration.cpp \
|
||||||
InputCommon/SDL.cpp \
|
InputCommon/SDL.h InputCommon/SDL.cpp \
|
||||||
StringUtil.cpp \
|
LuaWindow.h \
|
||||||
|
StringUtil.h StringUtil.cpp \
|
||||||
wxMain.cpp
|
wxMain.cpp
|
||||||
wxdesmume_LDADD = ../libdesmume.a \
|
wxdesmume_LDADD = ../libdesmume.a \
|
||||||
$(SDL_LIBS) $(GTHREAD_LIBS) $(GLIB_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) $(WX_LIBS)
|
$(SDL_LIBS) $(GTHREAD_LIBS) $(GLIB_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) $(WX_LIBS)
|
||||||
|
|
Loading…
Reference in New Issue