diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-20 19:51:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-20 19:51:30 +0800 |
commit | e95a6bc40b76398f9bf16b115020670b40844f74 (patch) | |
tree | d7ab8e3ea04ad360f0fbf275a8d5c2c848fc4b14 | |
parent | fa5e66589f95ba71a51dd743bf038420f5d68bfb (diff) | |
download | gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar.gz gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar.bz2 gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar.lz gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar.xz gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.tar.zst gsoc2013-epiphany-e95a6bc40b76398f9bf16b115020670b40844f74.zip |
Remove duplicate entry for ephy-gui.h.
2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Remove duplicate entry for ephy-gui.h.
-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 \ |