diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 21:25:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 21:25:50 +0800 |
commit | 582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12 (patch) | |
tree | 8b155a5d349703120b4cc471baa595dc343da03f /embed/xulrunner/src/Makefile.am | |
parent | 7049570b8392a6c78c5669b96f170b02b1237f73 (diff) | |
download | gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar.gz gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar.bz2 gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar.lz gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar.xz gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.tar.zst gsoc2013-epiphany-582bcd3f48e7fe43f8072ec2f03109a3f4d5fe12.zip |
Move prompt service implementation to components/ and remove the
duplicate implementations in src/ and embed/. Doesn't build yet.
svn path=/trunk/; revision=7427
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 4dd581aae..ec9847849 100644 --- a/embed/xulrunner/src/Makefile.am +++ b/embed/xulrunner/src/Makefile.am @@ -91,8 +91,6 @@ libgnomegeckoembed_la_SOURCES = \ EmbedWindow.h \ GeckoBrowser.cpp \ GeckoBrowser.h \ - GeckoPromptService.cpp \ - GeckoPromptService.h \ GeckoSingle.cpp \ GeckoSingle.h \ GeckoUtils.cpp \ |