Some more fixes for 'make dist'

This commit is contained in:
yabause 2007-02-04 21:49:02 +00:00
parent a736400fbe
commit 4151418b8c
3 changed files with 5 additions and 2 deletions

View File

@ -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 = \

View File

@ -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 \

View File

@ -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 \