Marge r3628 and r3629 from trunk
Fixup make distcheck by adding wx directory to DIST_SUBDIRS and adding wx frontend related files which have unused translations to the skip list.
This commit is contained in:
parent
2fdb8c875f
commit
7aa336b993
|
@ -0,0 +1,2 @@
|
|||
src/wx/PadSimple/GUI/ConfigDlg.cpp
|
||||
src/wxdlg/wxdlg3dViewer.cpp
|
|
@ -8,7 +8,7 @@ SUBDIRS = . gdbstub $(UI_DIR)
|
|||
else
|
||||
SUBDIRS = . $(UI_DIR)
|
||||
endif
|
||||
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade
|
||||
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade wx
|
||||
noinst_LIBRARIES = libdesmume.a
|
||||
libdesmume_a_SOURCES = \
|
||||
armcpu.cpp armcpu.h \
|
||||
|
|
Loading…
Reference in New Issue