diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-02-20 Christian Persch <chpe@cvs.gnome.org> + * lib/Makefile.am: + + Remove duplicate entry for ephy-gui.h. + +2004-02-20 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-command-manager.c: (ephy_command_manager_get_type), (ephy_command_manager_base_init), (ephy_command_manager_do_command), diff --git a/lib/Makefile.am b/lib/Makefile.am index 8e6ec93b2..4366aa258 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -49,7 +49,6 @@ libephymisc_la_SOURCES = \ ephy-file-helpers.c \ ephy-glade.c \ ephy-gui.c \ - ephy-gui.h \ ephy-langs.c \ ephy-module-loader.c \ ephy-marshal.c \ |