aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/utils/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-14 04:36:04 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-14 04:36:04 +0800
commit033a9214932e228af131a35322461d3a3e7e06ae (patch)
treeb45afafc1c92c3b72370da0829ea07dd61c3a407 /embed/xulrunner/utils/Makefile.am
parent8d92314d3772cdb4fe0240a19743ca1cf7c93267 (diff)
downloadgsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar.gz
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar.bz2
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar.lz
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar.xz
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.tar.zst
gsoc2013-epiphany-033a9214932e228af131a35322461d3a3e7e06ae.zip
Move EphyUtils and GeckoUtils to utils/.
svn path=/trunk/; revision=7434
Diffstat (limited to 'embed/xulrunner/utils/Makefile.am')
-rw-r--r--embed/xulrunner/utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/xulrunner/utils/Makefile.am b/embed/xulrunner/utils/Makefile.am
index faeab4716..ef773f3fb 100644
--- a/embed/xulrunner/utils/Makefile.am
+++ b/embed/xulrunner/utils/Makefile.am
@@ -9,9 +9,14 @@ libephyxulrunnerutils_la_SOURCES = \
AutoWindowModalState.h \
EphyBadCertRejector.cpp \
EphyBadCertRejector.h \
+ EphyUtils.cpp \
+ EphyUtils.h \
+ GeckoUtils.cpp \
+ GeckoUtils.h \
$(NULL)
libephyxulrunnerutils_la_CPPFLAGS = \
+ -I$(top_srcdir)/embed/xulrunner/src \
$(LIBXUL_CXXCPPFLAGS) \
$(LIBXUL_INCLUDES) \
$(AM_CPPFLAGS)