diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:36:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:36:04 +0800 |
commit | 033a9214932e228af131a35322461d3a3e7e06ae (patch) | |
tree | b45afafc1c92c3b72370da0829ea07dd61c3a407 /embed/xulrunner/src/Makefile.am | |
parent | 8d92314d3772cdb4fe0240a19743ca1cf7c93267 (diff) | |
download | gsoc2013-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/src/Makefile.am')
-rw-r--r-- | embed/xulrunner/src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/xulrunner/src/Makefile.am b/embed/xulrunner/src/Makefile.am index ec9847849..0d205386a 100644 --- a/embed/xulrunner/src/Makefile.am +++ b/embed/xulrunner/src/Makefile.am @@ -93,8 +93,6 @@ libgnomegeckoembed_la_SOURCES = \ GeckoBrowser.h \ GeckoSingle.cpp \ GeckoSingle.h \ - GeckoUtils.cpp \ - GeckoUtils.h \ $(NULL) libgnomegeckoembed_la_CPPFLAGS = \ |