aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--embed/mozilla/Makefile.am7
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