diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-09 18:22:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-09 18:22:00 +0800 |
commit | 6b7c59939699ce94931009f1086e92f773306a1e (patch) | |
tree | d63ff00d57de3b377872a5445d242481674a921c /lib/Makefile.am | |
parent | 38fd1803464eb2e4b84298fe323fac47f4af9ab0 (diff) | |
download | gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.gz gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.bz2 gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.lz gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.xz gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.tar.zst gsoc2013-epiphany-6b7c59939699ce94931009f1086e92f773306a1e.zip |
Move ephy-web-app-utils to lib/
We are going to use it in the profile migrator, so it needs to be
there. Besides, this code just deals with plain data in the profile
and application dir, so it makes sense for it to be here.
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) |