aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:39 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:39 +0800
commit126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b (patch)
tree4b8ffa3d535f8a7c2b21e06171c3860e4d58b6ff /embed/mozilla/Makefile.am
parent40d830a7a9668ec8c0a2397c1342cf36c89d1a8a (diff)
downloadgsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.gz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.bz2
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.lz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.xz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.zst
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.zip
Next try to get cert exception addition working. This too isn't not working correctly though; it fails to get any properties from my |arguments| object.
svn path=/branches/gnome-2-22/; revision=8161
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r--embed/mozilla/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am
index 8bcde308c..c669d399a 100644
--- a/embed/mozilla/Makefile.am
+++ b/embed/mozilla/Makefile.am
@@ -165,3 +165,12 @@ libephymozillaembed_la_CXXFLAGS = \
$(GECKO_CFLAGS) \
$(DEPENDENCIES_CFLAGS) \
$(AM_CXXFLAGS)
+
+if HAVE_GECKO_1_9
+xptdir = $(pkgdatadir)/components
+xpt_DATA = epiphany.xpt
+
+noinst_DATA = \
+ ephyIAddCertExceptionParams.idl \
+ ephyIAddCertExceptionParams.h
+endif