diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:08:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-28 23:08:28 +0800 |
commit | 246d6f21294681caa7ce1e0002a9940cd5a65fc7 (patch) | |
tree | d458ad0bdbe64471a87441e59c44e29379d70aa2 | |
parent | 8f3dca989dceffa6785610f848e778a90ebab9c9 (diff) | |
download | gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar.gz gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar.bz2 gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar.lz gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar.xz gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.tar.zst gsoc2013-epiphany-246d6f21294681caa7ce1e0002a9940cd5a65fc7.zip |
Only build EphyDirectoryProvider on < 1.9; it's unused on 1.9.
svn path=/branches/gnome-2-22/; revision=8154
-rw-r--r-- | embed/mozilla/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index f2581b887..8bcde308c 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -13,8 +13,6 @@ libephymozillaembed_la_SOURCES = \ EphyAboutModule.h \ EphyContentPolicy.cpp \ EphyContentPolicy.h \ - EphyDirectoryProvider.cpp \ - EphyDirectoryProvider.h \ EphyHeaderSniffer.cpp \ EphyHeaderSniffer.h \ EphyBrowser.cpp \ @@ -70,6 +68,8 @@ if !HAVE_GECKO_1_9 libephymozillaembed_la_SOURCES += \ EphyBadCertRejector.cpp \ EphyBadCertRejector.h \ + EphyDirectoryProvider.cpp \ + EphyDirectoryProvider.h \ $(NULL) endif |