diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-31 08:22:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-31 08:22:15 +0800 |
commit | 95269523ef77e65452698787ac1bf983475380ee (patch) | |
tree | 6e4f454cfb40160f2fe254be51f1323c3f5e4443 /src/Makefile.am | |
parent | baba1a0df1d6383295d16172b69064c93115fb16 (diff) | |
download | gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar.gz gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar.bz2 gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar.lz gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar.xz gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.tar.zst gsoc2013-epiphany-95269523ef77e65452698787ac1bf983475380ee.zip |
Make EphyWindow implement EphyLink interface. Make ephy-link.h public.
2005-01-31 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
* src/ephy-window.c: (ephy_window_get_type),
(ephy_window_link_iface_init), (ephy_window_open_link),
(ephy_window_init), (ephy_window_load_url):
Make EphyWindow implement EphyLink interface.
Make ephy-link.h public.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5159faa8e..a9375ff11 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,6 @@ NOINST_H_FILES = \ ephy-go-action.h \ ephy-history-window.h \ ephy-home-action.h \ - ephy-link.h \ ephy-link-action.h \ ephy-location-action.h \ ephy-navigation-action.h \ @@ -50,6 +49,7 @@ NOINST_H_FILES = \ INST_H_FILES = \ ephy-extension.h \ ephy-extensions-manager.h \ + ephy-link.h \ ephy-notebook.h \ ephy-session.h \ ephy-shell.h \ |