diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-05-12 Christian Persch <chpe@cvs.gnome.org> + + * src/Makefile.am: + + Add languages.h to NOINST_H_FILES. + 2005-05-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): diff --git a/src/Makefile.am b/src/Makefile.am index d3e362758..a2e21dad5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,6 +42,7 @@ NOINST_H_FILES = \ ephy-toolbars-model.h \ ephy-toolbar.h \ ephy-toolbar-editor.h \ + languages.h \ pdm-dialog.h \ popup-commands.h \ prefs-dialog.h \ |