From cb1119a6478c5938fd61055c179f6e4bfcf4dd39 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 10 May 2007 18:55:29 +0200 Subject: [PATCH] Fix several distcheck issues --- browser/sessionstore/Makefile.am | 2 +- build-snapshot.sh | 4 ++-- configure.ac | 1 - shell/extensions/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/browser/sessionstore/Makefile.am b/browser/sessionstore/Makefile.am index 3c9a055c..ac9076a1 100644 --- a/browser/sessionstore/Makefile.am +++ b/browser/sessionstore/Makefile.am @@ -31,4 +31,4 @@ stamp-nsISessionStore.h: nsISessionStore.idl CLEANFILES = $(stamp_files) $(BUILT_SOURCES) DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) - +EXTRA_DIST = nsISessionStore.idl diff --git a/build-snapshot.sh b/build-snapshot.sh index 7d3bd112..06056792 100755 --- a/build-snapshot.sh +++ b/build-snapshot.sh @@ -1,11 +1,11 @@ VERSION=0.63 DATE=`date +%Y%m%d` -RELEASE=2.72 +RELEASE=2.76 TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2 rm sugar-$VERSION.tar.bz2 -XUL_SDK=/home/marco/sugar-jhbuild/build/lib/xulrunner-1.9a4pre-dev +XUL_SDK=/home/marco/sugar-jhbuild/build/lib/xulrunner-1.9a5pre-dev DISTCHECK_CONFIGURE_FLAGS="--with-libxul-sdk=$XUL_SDK" make distcheck mv sugar-$VERSION.tar.bz2 $TARBALL diff --git a/configure.ac b/configure.ac index a4e00f30..eb3bad38 100644 --- a/configure.ac +++ b/configure.ac @@ -130,7 +130,6 @@ sugar/activity/Makefile sugar/browser/Makefile sugar/clipboard/Makefile sugar/graphics/Makefile -sugar/objects/Makefile sugar/p2p/Makefile sugar/presence/Makefile sugar/datastore/Makefile diff --git a/shell/extensions/Makefile.am b/shell/extensions/Makefile.am index c531fbd5..71e34f13 100644 --- a/shell/extensions/Makefile.am +++ b/shell/extensions/Makefile.am @@ -57,7 +57,7 @@ CLEANFILES = $(stamp_files) $(BUILT_SOURCES) DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES) MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) -EXTRA_DIST = sugar-marshal.list _extensions.override _extensions.defs +EXTRA_DIST = sugar-shell-marshal.list _extensions.override _extensions.defs extensions.c: _extensions.defs _extensions.override