aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-13 03:53:17 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-13 03:53:17 +0800
commit6db24e97b7e87d4ea7cff0c99f80338ce51eea6f (patch)
treea7d1cfea07496e3d399f560627b8d2ac5f0e2da3 /src
parent59989884443d3514a3da81c0106d1d64a6e6809a (diff)
downloadgsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.gz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.bz2
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.lz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.xz
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.tar.zst
gsoc2013-epiphany-6db24e97b7e87d4ea7cff0c99f80338ce51eea6f.zip
More xulrunner build fixes
svn path=/trunk/; revision=7404
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cf5545b73..188586912 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -212,7 +212,7 @@ epiphany_LDADD = \
if WITH_XULRUNNER_ENGINE
epiphany_LDADD += \
- $(top_builddir)/embed/xulrunner/embed/libephymozillaembed.la
+ $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la
endif
if WITH_GECKO_ENGINE