From f6de3bd206db671f1e7abbcddb20080532a2d830 Mon Sep 17 00:00:00 2001 From: Peter Harvey Date: Mon, 16 Jan 2006 23:08:36 +0000 Subject: src/bookmarks/Makefile.am 2006-01-17 Peter Harvey * src/bookmarks/Makefile.am Forgotten Makefile changes. * src/epiphany.defs 'Fixes' for the python interface. Probably need to regenerate somehow, but don't know how do it correctly. --- src/bookmarks/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/bookmarks/Makefile.am') diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index 4901a385d..1b4b8e679 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -16,7 +16,6 @@ NOINST_H_FILES = \ ephy-bookmarks-ui.h \ ephy-bookmarks-menu.h \ ephy-bookmark-properties.h \ - ephy-new-bookmark.h \ ephy-topic-action.h \ ephy-related-action.h \ ephy-open-tabs-action.h \ @@ -24,7 +23,7 @@ NOINST_H_FILES = \ ephy-bookmark-factory-action.h \ ephy-topic-action-group.h \ ephy-bookmark-action-group.h \ - ephy-topics-selector.h \ + ephy-topics-palette.h \ ephy-nodes-cover.h libephybookmarks_la_SOURCES = \ @@ -36,7 +35,6 @@ libephybookmarks_la_SOURCES = \ ephy-bookmarks-ui.c \ ephy-bookmarks-menu.c \ ephy-bookmark-properties.c \ - ephy-new-bookmark.c \ ephy-topic-action.c \ ephy-related-action.c \ ephy-open-tabs-action.c \ @@ -44,7 +42,7 @@ libephybookmarks_la_SOURCES = \ ephy-bookmark-factory-action.c \ ephy-topic-action-group.c \ ephy-bookmark-action-group.c \ - ephy-topics-selector.c \ + ephy-topics-palette.c \ ephy-nodes-cover.c \ $(NOINST_H_FILES) \ $(INST_H_FILES) -- cgit