From 2a0d2f4785a30e9d7ec72d6e36f5ddc838fee3c0 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 7 Apr 2008 16:34:02 +0000 Subject: Release 2.22.1.1 svn path=/branches/gnome-2-22/; revision=8198 --- configure.ac | 2 +- embed/mozilla/Makefile.am | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b1f84de40..f9ad28d24 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[22]) -m4_define([epiphany_version_micro],[2]) +m4_define([epiphany_version_micro],[1.1]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index c669d399a..2788e1350 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -166,11 +166,14 @@ libephymozillaembed_la_CXXFLAGS = \ $(DEPENDENCIES_CFLAGS) \ $(AM_CXXFLAGS) +EXTRA_DIST = + if HAVE_GECKO_1_9 xptdir = $(pkgdatadir)/components xpt_DATA = epiphany.xpt -noinst_DATA = \ +EXTRA_DIST += \ ephyIAddCertExceptionParams.idl \ - ephyIAddCertExceptionParams.h + ephyIAddCertExceptionParams.h \ + $(xpt_DATA) endif -- cgit v1.2.3