Merge r3618 from 0.9.6 release branch
Remove wxdlg from DIST_SUBDIRS to unbreak dist-gzip.
This commit is contained in:
parent
aaf0092a4a
commit
73bf5e3467
|
@ -8,7 +8,7 @@ SUBDIRS = . gdbstub $(UI_DIR)
|
||||||
else
|
else
|
||||||
SUBDIRS = . $(UI_DIR)
|
SUBDIRS = . $(UI_DIR)
|
||||||
endif
|
endif
|
||||||
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade wxdlg
|
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade
|
||||||
noinst_LIBRARIES = libdesmume.a
|
noinst_LIBRARIES = libdesmume.a
|
||||||
libdesmume_a_SOURCES = \
|
libdesmume_a_SOURCES = \
|
||||||
armcpu.cpp armcpu.h \
|
armcpu.cpp armcpu.h \
|
||||||
|
|
Loading…
Reference in New Issue