From 6db24e97b7e87d4ea7cff0c99f80338ce51eea6f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 12 Sep 2007 19:53:17 +0000 Subject: More xulrunner build fixes svn path=/trunk/; revision=7404 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit