From 8f3aa835aa3fb12e8f9805c3ecb454027398102c Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 5 Jun 2009 16:32:55 +0300 Subject: Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index eae879efb..73ffa003c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -535,6 +535,7 @@ EPHY_GIR_H_FILES = \ $(top_srcdir)/embed/ephy-history.h \ $(top_srcdir)/embed/ephy-password-manager.h \ $(top_srcdir)/embed/ephy-permission-manager.h \ + $(top_srcdir)/embed/ephy-web-view.h \ $(top_srcdir)/lib/ephy-dialog.h \ $(top_srcdir)/lib/ephy-node-db.h \ $(top_srcdir)/lib/ephy-node.h \ -- cgit