diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-11 01:25:46 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-11 01:25:46 +0800 |
commit | 8d08fa859cd2629100da93c089a116e0a76dca3f (patch) | |
tree | 5297e697659541e6a0b7324e8502c10a54f7035d /src | |
parent | 17c9c0c80a059b2089318fc20ed1068bfba8761a (diff) | |
download | gsoc2013-epiphany-8d08fa859cd2629100da93c089a116e0a76dca3f.tar.gz gsoc2013-epiphany-8d08fa859cd2629100da93c089a116e0a76dca3f.tar.zst gsoc2013-epiphany-8d08fa859cd2629100da93c089a116e0a76dca3f.zip |
Remove a couple of references to EphyCommandManager
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 492a7688c..5a9dcc0d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -282,7 +282,6 @@ MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES) if ENABLE_INTROSPECTION EPHY_GIR_H_FILES = \ - $(top_srcdir)/embed/ephy-command-manager.h \ $(top_srcdir)/embed/ephy-embed-event.h \ $(top_srcdir)/embed/ephy-embed.h \ $(top_srcdir)/embed/ephy-embed-persist.h \ |