diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-06 06:42:34 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-06 06:42:34 +0800 |
commit | 8d598f14589c9525113130c783d1ddfb9765a7fc (patch) | |
tree | be97059b7a6791f0c5a0aae3dd8cf2939593cf9f /lib | |
parent | dcbd16ef9dd0b77b31005ee34a3ff2ac34f497f6 (diff) | |
download | gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar.gz gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar.bz2 gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar.lz gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar.xz gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.tar.zst gsoc2013-epiphany-8d598f14589c9525113130c783d1ddfb9765a7fc.zip |
Fix the build.
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* lib/Makefile.am:
Fix the build.
Diffstat (limited to 'lib')
-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 \ |