Again some more fixes to "make dist", it should be ok now.
This commit is contained in:
parent
4151418b8c
commit
24356e4948
|
@ -1,4 +1,4 @@
|
|||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc
|
||||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.c fs-windows.c
|
||||
DIST_SUBDIRS = . cli gtk gtk-glade windows
|
||||
SUBDIRS = . $(UI_DIR)
|
||||
noinst_LIBRARIES = libdesmume.a
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
EXTRA_DIST = DeSmuME.dev DeSmuME.exe.Manifest DeSmuME.ico \
|
||||
DeSmuME.layout DeSmuME.vcproj Makefile.win \
|
||||
resources.rc yopyop_private.rc
|
||||
bin_PROGRAMS = desmume
|
||||
desmume_SOURCES = \
|
||||
CWindow.c CWindow.h \
|
||||
|
|
Loading…
Reference in New Issue