diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-31 07:14:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-31 07:14:00 +0800 |
commit | 1ff25e7c76cafd5abae29b7e7c058cee3f2f2299 (patch) | |
tree | c6551ba78e0f05700a7f1ad768d0b4b1cf1d0793 /lib/Makefile.am | |
parent | 362396c2bf69c659b5fcea2eaf3ed17b6ff93b09 (diff) | |
download | gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar.gz gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar.bz2 gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar.lz gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar.xz gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.tar.zst gsoc2013-epiphany-1ff25e7c76cafd5abae29b7e7c058cee3f2f2299.zip |
R lib/ephy-glade.c: R lib/ephy-glade.h:
2005-10-31 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/print-dialog.c:
* lib/Makefile.am:
* lib/ephy-dialog.c: (impl_construct):
R lib/ephy-glade.c:
R lib/ephy-glade.h:
Remove ephy-glade since we don't need autoconnect anymore.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cec961f04..10a357a2e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -13,7 +13,6 @@ NOINST_H_FILES = \ ephy-dnd.h \ ephy-file-chooser.h \ ephy-file-helpers.h \ - ephy-glade.h \ ephy-gui.h \ ephy-langs.h \ ephy-module.h \ @@ -48,7 +47,6 @@ libephymisc_la_SOURCES = \ ephy-dnd.c \ ephy-file-chooser.c \ ephy-file-helpers.c \ - ephy-glade.c \ ephy-gui.c \ ephy-langs.c \ ephy-loader.c \ |