aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--embed/Makefile.am16
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) \