diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:00 +0800 |
commit | 6638472fdbeee7c135c822ada01d09f407ca18e6 (patch) | |
tree | 9c9af360bfaaf544fd4ee45133b3eedb1ec7340c /embed/Makefile.am | |
parent | 2be1a6942311c3f8fd0d9335820919d281b437db (diff) | |
download | gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar.gz gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar.bz2 gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar.lz gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar.xz gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.tar.zst gsoc2013-epiphany-6638472fdbeee7c135c822ada01d09f407ca18e6.zip |
Move title/address update on open-uri signal to EphyEmbed.
Also refactor some common code in ephy-embed-utils.c
svn path=/trunk/; revision=7562
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index d1ddcb38b..209eb74e6 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -31,6 +31,7 @@ INST_H_FILES = \ ephy-embed-prefs.h \ ephy-embed-single.h \ ephy-embed-shell.h \ + ephy-embed-utils.h \ ephy-history.h \ ephy-password-manager.h \ ephy-permission-manager.h @@ -53,6 +54,7 @@ libephyembed_la_SOURCES = \ ephy-embed-persist.c \ ephy-embed-single.c \ ephy-embed-shell.c \ + ephy-embed-utils.c \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ |