diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-12-30 00:59:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-12-30 00:59:00 +0800 |
commit | eeecbfedf3b0a9c1bdf3f17981dc885603d268af (patch) | |
tree | 234bcc4502a23b530fdb57805e1ca330716396e9 /embed/Makefile.am | |
parent | 845fb8717fa53f67893f5f4b17bbdb711e11da2f (diff) | |
download | gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar.gz gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar.bz2 gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar.lz gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar.xz gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.tar.zst gsoc2013-epiphany-eeecbfedf3b0a9c1bdf3f17981dc885603d268af.zip |
Mozilla implementation of the embed history interfaces.
svn path=/trunk/; revision=7833
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 3deefb9bd..22c8b56be 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -17,8 +17,7 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-embed-find.h \ ephy-encodings.h \ - ephy-favicon-cache.h \ - ephy-history-item.h + ephy-favicon-cache.h INST_H_FILES = \ ephy-adblock.h \ @@ -36,6 +35,7 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ + ephy-history-item.h \ ephy-password-manager.h \ ephy-permission-manager.h |