From 3beb3efa30181600fb756ca108f0b799b851871f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 8 Oct 2012 09:57:57 -0400 Subject: Remove extensions support This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630 --- lib/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 62508b194..5992bf5f3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -14,13 +14,11 @@ NOINST_H_FILES = \ ephy-file-helpers.h \ ephy-gui.h \ ephy-langs.h \ - ephy-module.h \ ephy-node-filter.h \ ephy-node-common.h \ ephy-object-helpers.h \ ephy-prefs.h \ ephy-profile-utils.h \ - ephy-shlib-loader.h \ ephy-signal-accumulator.h \ ephy-smaps.h \ ephy-sqlite.h \ @@ -53,7 +51,6 @@ libephymisc_la_SOURCES = \ ephy-gui.c \ ephy-langs.c \ ephy-loader.c \ - ephy-module.c \ ephy-node.c \ ephy-node.h \ ephy-node-filter.c \ @@ -64,7 +61,6 @@ libephymisc_la_SOURCES = \ ephy-profile-utils.c \ ephy-profile-utils.h \ ephy-settings.c \ - ephy-shlib-loader.c \ ephy-signal-accumulator.c \ ephy-smaps.c \ ephy-snapshot-service.c \ @@ -88,7 +84,6 @@ libephymisc_la_CPPFLAGS = \ -DSHARE_DIR=\"$(pkgdatadir)\" \ -DTOP_SRC_DATADIR=\"$(top_srcdir)/data\" \ -DABS_TOP_BUILD_DIR=\"$(abs_top_builddir)\" \ - -DEXTENSIONS_DIR=\""$(pkglibdir)/$(EPIPHANY_API_VERSION)/extensions"\" \ $(AM_CPPFLAGS) libephymisc_la_CFLAGS = \ -- cgit v1.2.3