aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorManuel Rego Casasnovas <rego@igalia.com>2013-02-25 18:58:40 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2013-02-28 15:07:53 +0800
commit236494702aa8dab1af7992e8f82e1420372fff15 (patch)
tree55c3716ec5746d92055d6ff71132ff2c2b2d4ac5 /lib/Makefile.am
parent6753ea9b24f5a46f3b96132dc43c89fdfa281e03 (diff)
downloadgsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar.gz
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar.bz2
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar.lz
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar.xz
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.tar.zst
gsoc2013-epiphany-236494702aa8dab1af7992e8f82e1420372fff15.zip
Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2
https://bugzilla.gnome.org/show_bug.cgi?id=694659
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7f9b69c94..e7d039ba0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,6 +24,7 @@ NOINST_H_FILES = \
ephy-snapshot-service.h \
ephy-time-helpers.h \
ephy-web-app-utils.h \
+ ephy-web-dom-utils.h \
ephy-zoom.h
TYPES_H_FILES = \
@@ -65,6 +66,7 @@ libephymisc_la_SOURCES = \
ephy-string.c \
ephy-time-helpers.c \
ephy-web-app-utils.c \
+ ephy-web-dom-utils.c \
ephy-zoom.c \
$(INST_H_FILES) \
$(NOINST_H_FILES)