diff options
author | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-01-14 00:57:30 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-01-14 00:57:30 +0800 |
commit | 374c991ae2df34a3b8a4ea46b1ec6519b97fcf18 (patch) | |
tree | dfb6330ba81e03c7e91e6d99f079065c53d1586d /src | |
parent | 744e5d0149971b61659a5ff3f5970c5c9540d43b (diff) | |
download | gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar.gz gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar.bz2 gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar.lz gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar.xz gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.tar.zst gsoc2013-epiphany-374c991ae2df34a3b8a4ea46b1ec6519b97fcf18.zip |
We no longer need a separate pkg-config check for WEBKIT.
Bug #567601
svn path=/trunk/; revision=8682
Diffstat (limited to 'src')
-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 ad7ff3646..c290f8252 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -213,7 +213,6 @@ epiphany_LDADD = \ $(top_builddir)/lib/libephymisc.la \ $(top_builddir)/lib/egg/libegg.la \ $(DEPENDENCIES_LIBS) \ - $(WEBKIT_LIBS) \ $(DBUS_LIBS) \ $(LIBINTL) |