diff options
-rw-r--r-- | embed/Makefile.am | 4 | ||||
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/ephy-web-app-utils.c (renamed from embed/ephy-web-app-utils.c) | 0 | ||||
-rw-r--r-- | lib/ephy-web-app-utils.h (renamed from embed/ephy-web-app-utils.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 4b0ee88fc..bf05190a2 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -11,8 +11,7 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-embed-private.h \ ephy-encodings.h \ - ephy-request-about.h \ - ephy-web-app-utils.h + ephy-request-about.h INST_H_FILES = \ ephy-adblock.h \ @@ -48,7 +47,6 @@ libephyembed_la_SOURCES = \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ - ephy-web-app-utils.c \ ephy-web-view.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) 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) diff --git a/embed/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c index 53bf687db..53bf687db 100644 --- a/embed/ephy-web-app-utils.c +++ b/lib/ephy-web-app-utils.c diff --git a/embed/ephy-web-app-utils.h b/lib/ephy-web-app-utils.h index 80dde2b21..80dde2b21 100644 --- a/embed/ephy-web-app-utils.h +++ b/lib/ephy-web-app-utils.h |