diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-08-05 Christian Persch <chpe@cvs.gnome.org> + * lib/Makefile.am: + + Fix the build. + +2006-08-05 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup), (ephy_embed_shell_set_print_settings): diff --git a/lib/Makefile.am b/lib/Makefile.am index e6d4bf638..3299cddbf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -21,6 +21,7 @@ NOINST_H_FILES = \ ephy-object-helpers.h \ ephy-password-dialog.h \ ephy-prefs.h \ + ephy-print-utils.h \ ephy-shlib-loader.h \ ephy-signal-accumulator.h \ ephy-string.h \ @@ -61,6 +62,7 @@ libephymisc_la_SOURCES = \ ephy-object-helpers.c \ ephy-password-dialog.c \ ephy-prefs.h \ + ephy-print-utils.c \ ephy-shlib-loader.c \ ephy-signal-accumulator.c \ ephy-state.c \ |