Some more fixes for 'make dist'
This commit is contained in:
parent
a736400fbe
commit
4151418b8c
|
@ -1,4 +1,5 @@
|
|||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc
|
||||
DIST_SUBDIRS = . cli gtk gtk-glade windows
|
||||
SUBDIRS = . $(UI_DIR)
|
||||
noinst_LIBRARIES = libdesmume.a
|
||||
libdesmume_a_SOURCES = \
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
EXTRA_DIST = DeSmuME.xpm
|
||||
EXTRA_DIST = DeSmuME.xpm dev-cpp/desmume.dev dev-cpp/desmume.layout \
|
||||
dev-cpp/Makefile.win dev-cpp/pthread.h dev-cpp/sched.h \
|
||||
dev-cpp/semaphore.h
|
||||
bin_PROGRAMS = desmume
|
||||
desmume_SOURCES = \
|
||||
gtk-compat.c gtk-compat.h \
|
||||
|
|
|
@ -3,7 +3,7 @@ desmume_SOURCES = \
|
|||
CWindow.c CWindow.h \
|
||||
disView.c disView.h ginfo.c ginfo.h \
|
||||
IORegView.c IORegView.h \
|
||||
main.cpp mapView.c mapView.h memView.c memView.h \
|
||||
main.c mapView.c mapView.h memView.c memView.h \
|
||||
oamView.c oamView.h palView.c palView.h \
|
||||
resource.h \
|
||||
snddx.c snddx.h \
|
||||
|
|
Loading…
Reference in New Issue