fixed "make dist" and updated version number before releasing :)
This commit is contained in:
parent
4743c0ce6e
commit
e0c686c9bf
|
@ -1,4 +1,4 @@
|
||||||
EXTRA_DIST = README.LIN README.WIN README.TRANSLATION autogen.sh \
|
EXTRA_DIST = README.LIN README.MAC README.WIN README.TRANSLATION autogen.sh \
|
||||||
$(PO_FILES_IN)
|
$(PO_FILES_IN)
|
||||||
DISTCLEANFILES = $(PO_FILES)
|
DISTCLEANFILES = $(PO_FILES)
|
||||||
SUBDIRS = $(PO_DIR) src
|
SUBDIRS = $(PO_DIR) src
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl --- Package name is first argument to AC_INIT
|
dnl --- Package name is first argument to AC_INIT
|
||||||
dnl --- Release version is second argument to AC_INIT
|
dnl --- Release version is second argument to AC_INIT
|
||||||
|
|
||||||
AC_INIT(desmume, [0.7.2])
|
AC_INIT(desmume, [0.7.3])
|
||||||
|
|
||||||
dnl -- find target architecture for some os specific libraries
|
dnl -- find target architecture for some os specific libraries
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
@ -191,6 +191,7 @@ AC_CONFIG_FILES([Makefile
|
||||||
${PO_MAKEFILE}
|
${PO_MAKEFILE}
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/cli/Makefile
|
src/cli/Makefile
|
||||||
|
src/cocoa/Makefile
|
||||||
src/gtk/Makefile
|
src/gtk/Makefile
|
||||||
src/gtk/desmume.desktop
|
src/gtk/desmume.desktop
|
||||||
src/gtk-glade/Makefile
|
src/gtk-glade/Makefile
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
include $(top_srcdir)/src/desmume.mk
|
include $(top_srcdir)/src/desmume.mk
|
||||||
|
|
||||||
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.c fs-windows.c
|
EXTRA_DIST = build.bat instruction_tabdef.inc thumb_tabdef.inc fs-linux.c fs-windows.c
|
||||||
DIST_SUBDIRS = . gdbstub cli gtk gtk-glade windows
|
DIST_SUBDIRS = . gdbstub cli cocoa gtk gtk-glade windows
|
||||||
SUBDIRS = . gdbstub $(UI_DIR)
|
SUBDIRS = . gdbstub $(UI_DIR)
|
||||||
noinst_LIBRARIES = libdesmume.a
|
noinst_LIBRARIES = libdesmume.a
|
||||||
libdesmume_a_SOURCES = \
|
libdesmume_a_SOURCES = \
|
||||||
|
|
Loading…
Reference in New Issue