diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-10-28 21:48:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-10-28 21:48:11 +0800 |
commit | 88854c804f3713bd5570d5481c49265cb31a4da2 (patch) | |
tree | 8f67a24341960bc457cb0ebea44f7bf075944923 /src/Makefile.am | |
parent | 4205b930178d83277654437e52449b17bc29dc93 (diff) | |
download | gsoc2013-epiphany-88854c804f3713bd5570d5481c49265cb31a4da2.tar.gz gsoc2013-epiphany-88854c804f3713bd5570d5481c49265cb31a4da2.tar.zst gsoc2013-epiphany-88854c804f3713bd5570d5481c49265cb31a4da2.zip |
Remove EphyTab.
svn path=/trunk/; revision=7589
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 50ef94c1b..60431e334 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,7 +51,6 @@ INST_H_FILES = \ ephy-session.h \ ephy-shell.h \ ephy-statusbar.h \ - ephy-tab.h \ ephy-window.h \ $(NULL) @@ -80,8 +79,6 @@ libephymain_la_SOURCES = \ ephy-session.c \ ephy-shell.c \ ephy-statusbar.c \ - ephy-tab.c \ - ephy-tab.h \ ephy-tabs-menu.c \ ephy-toolbars-model.c \ ephy-toolbar.c \ |