diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-06 05:34:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-06 05:34:19 +0800 |
commit | 045e3f0484d48581a021433e2ec775139c28fedf (patch) | |
tree | 04b02c9cc927e1e2ec791ae00c90db071c6b7e0d /src/Makefile.am | |
parent | 9ac17ac272eb0e08c54a44a7269add7de57a44ea (diff) | |
download | gsoc2013-epiphany-045e3f0484d48581a021433e2ec775139c28fedf.tar.gz gsoc2013-epiphany-045e3f0484d48581a021433e2ec775139c28fedf.tar.zst gsoc2013-epiphany-045e3f0484d48581a021433e2ec775139c28fedf.zip |
src/Makefile.am: remove webkit embed library, it does not exist anymore.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01f25f76c..85e3a37bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -162,7 +162,6 @@ epiphany_LDFLAGS = -dlopen self epiphany_LDADD = \ libephymain.la \ $(top_builddir)/src/bookmarks/libephybookmarks.la \ - $(top_builddir)/embed/webkit/libephywebkitembed.la \ $(top_builddir)/embed/libephyembed.la \ $(top_builddir)/lib/widgets/libephywidgets.la \ $(top_builddir)/lib/libephymisc.la \ |