aboutsummaryrefslogtreecommitdiffstats
path: root/embed/xulrunner/components/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-15 03:03:48 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-15 03:03:48 +0800
commit73dfdccb77d9de0081b91b10c7484dea40443b4e (patch)
treecba067efd4a9b40281da90c8013b40f742ef12fa /embed/xulrunner/components/Makefile.am
parent97e986150af1792ca00489ffa96c1454790562a8 (diff)
downloadgsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar.gz
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar.bz2
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar.lz
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar.xz
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.tar.zst
gsoc2013-epiphany-73dfdccb77d9de0081b91b10c7484dea40443b4e.zip
Move EphyHistoryListener from embed/ to components/ since it's only used by GlobalHistory code.
svn path=/trunk/; revision=7437
Diffstat (limited to 'embed/xulrunner/components/Makefile.am')
-rw-r--r--embed/xulrunner/components/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/xulrunner/components/Makefile.am b/embed/xulrunner/components/Makefile.am
index 7280d6541..d4c0d997b 100644
--- a/embed/xulrunner/components/Makefile.am
+++ b/embed/xulrunner/components/Makefile.am
@@ -9,6 +9,8 @@ libephycomponents_la_SOURCES = \
EphyAboutModule.h \
EphyContentPolicy.cpp \
EphyContentPolicy.h \
+ EphyHistoryListener.cpp \
+ EphyHistoryListener.h \
EphyRedirectChannel.cpp \
EphyRedirectChannel.h \
EphySidebar.cpp \