From 8af1a93e77449034ec9210ecb9f7f53de6516bb9 Mon Sep 17 00:00:00 2001 From: riccardom Date: Wed, 3 Feb 2010 21:27:00 +0000 Subject: [PATCH] Rename binary to wxdesume to avoid name clash with gtk frontend. Add icon and desktop file. --- desmume/src/wx/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/desmume/src/wx/Makefile.am b/desmume/src/wx/Makefile.am index 47cadcde3..25769cd85 100644 --- a/desmume/src/wx/Makefile.am +++ b/desmume/src/wx/Makefile.am @@ -3,12 +3,12 @@ include $(top_srcdir)/src/desmume.mk AM_CPPFLAGS += -DHAVE_WX=1 -DHAVE_X11=1 $(WX_CPPFLAGS) $(SDL_CFLAGS) $(LIBAGG_CFLAGS) Applicationsdir = $(datadir)/applications -Applications_DATA = desmume.desktop +Applications_DATA = wxdesmume.desktop pixmapdir = $(datadir)/pixmaps pixmap_DATA = DeSmuME.xpm -EXTRA_DIST = DeSmuME.xpm desmume.desktop -bin_PROGRAMS = desmume -desmume_SOURCES = \ +EXTRA_DIST = wxdesmume.desktop +bin_PROGRAMS = wxdesmume +wxdesmume_SOURCES = \ ../sndsdl.cpp \ ../driver.h ../driver.cpp \ ../wxdlg/wxdlg3dViewer.h ../wxdlg/wxdlg3dViewer.cpp \ @@ -23,8 +23,8 @@ desmume_SOURCES = \ LuaWindow.cpp \ StringUtil.cpp \ wxMain.cpp -desmume_LDADD = ../libdesmume.a \ +wxdesmume_LDADD = ../libdesmume.a \ $(SDL_LIBS) $(GTHREAD_LIBS) $(GLIB_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) $(WX_LIBS) if HAVE_GDB_STUB -desmume_LDADD += ../gdbstub/libgdbstub.a +wxdesmume_LDADD += ../gdbstub/libgdbstub.a endif