diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-01-03 Christian Persch <chpe@cvs.gnome.org> + * embed/Makefile.am: + + Make ephy-encodings.h not public anymore. + +2005-01-03 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-permission-manager.c: (ephy_permission_get_type): * embed/ephy-permission-manager.h: diff --git a/embed/Makefile.am b/embed/Makefile.am index b1435d0f6..7f81345ca 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -9,6 +9,7 @@ NOINST_H_FILES = \ downloader-view.h \ ephy-download.h \ ephy-embed-dialog.h \ + ephy-encodings.h \ ephy-favicon-cache.h \ find-dialog.h \ print-dialog.h @@ -23,7 +24,6 @@ INST_H_FILES = \ ephy-embed-prefs.h \ ephy-embed-single.h \ ephy-embed-shell.h \ - ephy-encodings.h \ ephy-history.h \ ephy-password-manager.h \ ephy-permission-manager.h |