diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | embed/Makefile.am | 1 | ||||
-rw-r--r-- | lib/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
4 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-01-12 Christian Persch <chpe@cvs.gnome.org> + * embed/Makefile.am: + * lib/Makefile.am: + * src/Makefile.am: + + Install ephy-*-type-builtins.h. + +2005-01-12 Christian Persch <chpe@cvs.gnome.org> + * data/ui/epiphany-ui.xml: Add Toolbar toggle to document context menu in fullscreen mode. diff --git a/embed/Makefile.am b/embed/Makefile.am index 34585403c..dc2e5c38f 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,6 +26,7 @@ INST_H_FILES = \ ephy-embed-prefs.h \ ephy-embed-single.h \ ephy-embed-shell.h \ + ephy-embed-type-builtins.h \ ephy-history.h \ ephy-password-manager.h \ ephy-permission-manager.h diff --git a/lib/Makefile.am b/lib/Makefile.am index 9626030bb..287eb7e1c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -32,6 +32,7 @@ TYPES_H_FILES = \ INST_H_FILES = \ ephy-dialog.h \ ephy-loader.h \ + ephy-lib-type-builtins.h \ ephy-node.h \ ephy-node-db.h \ ephy-state.h diff --git a/src/Makefile.am b/src/Makefile.am index ed3cd35e2..df000bd93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,6 +55,7 @@ INST_H_FILES = \ ephy-shell.h \ ephy-statusbar.h \ ephy-tab.h \ + ephy-type-builtins.h \ ephy-window.h libephymain_la_SOURCES = \ |