diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |