diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 15:24:01 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 15:24:01 +0800 |
commit | 930d8c836af03046b56e016182ab0bb7f28b9e72 (patch) | |
tree | 11ee09b02d94c68803b6e7fb1b279eac62ff1d78 /embed/Makefile.am | |
parent | d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4 (diff) | |
download | gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.tar.gz gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.tar.zst gsoc2013-epiphany-930d8c836af03046b56e016182ab0bb7f28b9e72.zip |
embed: remove history item abstraction from embed.
Not needed anymore.
svn path=/trunk/; revision=8314
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 42fc33ceb..114d0881e 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -32,7 +32,6 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ - ephy-history-item.h \ ephy-password-manager.h \ ephy-permission-manager.h @@ -59,7 +58,6 @@ libephyembed_la_SOURCES = \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ - ephy-history-item.c \ ephy-password-manager.c \ ephy-permission-manager.c \ $(INST_H_FILES) \ |