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 b98c70564..a8a2f0eca 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -29,6 +29,7 @@ NOINST_H_FILES = \ ephy-sqlite-statement.h \ ephy-string.h \ ephy-time-helpers.h \ + ephy-web-app-utils.h \ ephy-zoom.h TYPES_H_FILES = \ @@ -72,6 +73,7 @@ libephymisc_la_SOURCES = \ ephy-state.c \ ephy-string.c \ ephy-time-helpers.c \ + ephy-web-app-utils.c \ ephy-zoom.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) |