fixed "make dist" and updated version number before releasing :)

This commit is contained in:
yabause 2007-08-11 23:45:06 +00:00
parent 4743c0ce6e
commit e0c686c9bf
3 changed files with 4 additions and 3 deletions

View File

@ -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)
DISTCLEANFILES = $(PO_FILES)
SUBDIRS = $(PO_DIR) src

View File

@ -1,7 +1,7 @@
dnl --- Package name is first 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
AC_CANONICAL_TARGET
@ -191,6 +191,7 @@ AC_CONFIG_FILES([Makefile
${PO_MAKEFILE}
src/Makefile
src/cli/Makefile
src/cocoa/Makefile
src/gtk/Makefile
src/gtk/desmume.desktop
src/gtk-glade/Makefile

View File

@ -1,7 +1,7 @@
include $(top_srcdir)/src/desmume.mk
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)
noinst_LIBRARIES = libdesmume.a
libdesmume_a_SOURCES = \