diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-22 17:11:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-22 17:11:00 +0800 |
commit | 2de4e6202cfb6323e6ac364408d2b839dc1fe402 (patch) | |
tree | 42885e89555b7fbe22d501018ce7ed610e76b190 /embed | |
parent | 43d7cd8c02b212aa6644677e1e4fc46aec55ffd4 (diff) | |
download | gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar.gz gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar.bz2 gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar.lz gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar.xz gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.tar.zst gsoc2013-epiphany-2de4e6202cfb6323e6ac364408d2b839dc1fe402.zip |
Makefile.am: remove WebKit2 conditional build bits from embed/
Diffstat (limited to 'embed')
-rw-r--r-- | embed/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index c85988864..1d1ea0899 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -1,8 +1,6 @@ NULL = -if WITH_WEBKIT2 SUBDIRS = web-extension -endif noinst_LTLIBRARIES = libephyembed.la @@ -52,16 +50,6 @@ libephyembed_la_SOURCES = \ $(INST_H_FILES) \ $(NOINST_H_FILES) -if !WITH_WEBKIT2 -libephyembed_la_SOURCES += \ - ephy-adblock.c \ - ephy-adblock.h \ - ephy-adblock-manager.c \ - ephy-adblock-manager.h \ - uri-tester.c \ - uri-tester.h -endif - nodist_libephyembed_la_SOURCES = \ $(BUILT_SOURCES) @@ -74,10 +62,6 @@ libephyembed_la_CPPFLAGS = \ -I$(top_srcdir)/lib/widgets \ $(AM_CPPFLAGS) -if WITH_WEBKIT2 -libephyembed_la_CPPFLAGS += -DHAVE_WEBKIT2 -endif - libephyembed_la_CFLAGS = \ -DSHARE_DIR=\"$(pkgdatadir)\" \ $(DEPENDENCIES_CFLAGS) \ |