From e0c686c9bfbf123b488afe478c58998c788aa3df Mon Sep 17 00:00:00 2001 From: yabause Date: Sat, 11 Aug 2007 23:45:06 +0000 Subject: [PATCH] fixed "make dist" and updated version number before releasing :) --- desmume/Makefile.am | 2 +- desmume/configure.ac | 3 ++- desmume/src/Makefile.am | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/desmume/Makefile.am b/desmume/Makefile.am index 0ed382368..a1066d665 100644 --- a/desmume/Makefile.am +++ b/desmume/Makefile.am @@ -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 diff --git a/desmume/configure.ac b/desmume/configure.ac index a06ac448b..ee7fc07ac 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -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 diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index 92d26374a..f17398d6b 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -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 = \