Merged revision 4245 from trunk.
(not sure why it's updating properties on so many files... stupid SVN...)
This commit is contained in:
parent
fc6ff91a31
commit
f189de5bf7
|
@ -1,4 +1,4 @@
|
|||
EXTRA_DIST = README.LIN README.MAC README.WIN README.TRANSLATION dsm.txt dsv.txt autogen.sh \
|
||||
EXTRA_DIST = README.LIN README.MAC README.WIN dsm.txt dsv.txt autogen.sh \
|
||||
$(PO_FILES_IN)
|
||||
DISTCLEANFILES = $(PO_FILES)
|
||||
SUBDIRS = $(PO_DIR) src
|
||||
|
|
|
@ -2,13 +2,13 @@ include $(top_srcdir)/src/desmume.mk
|
|||
|
||||
AM_CPPFLAGS += $(SDL_CFLAGS) $(GTHREAD_CFLAGS) $(X_CFLAGS) $(ALSA_CFLAGS) $(LIBAGG_CFLAGS) $(LIBSOUNDTOUCH_CFLAGS)
|
||||
|
||||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.cpp fs-windows.cpp
|
||||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.cpp fs-windows.cpp cocoa
|
||||
if HAVE_GDB_STUB
|
||||
SUBDIRS = . gdbstub $(UI_DIR)
|
||||
else
|
||||
SUBDIRS = . $(UI_DIR)
|
||||
endif
|
||||
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade wx
|
||||
DIST_SUBDIRS = . gdbstub cli gtk gtk-glade wx
|
||||
noinst_LIBRARIES = libdesmume.a
|
||||
libdesmume_a_SOURCES = \
|
||||
armcpu.cpp armcpu.h \
|
||||
|
|
Loading…
Reference in New Issue