Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-21 22:02:09 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-21 22:02:09 (GMT)
commite210a16d3179950ebb6774c16e2eccd508bf17e7 (patch)
tree466327b601296873a2d383df4256110bb5dfc272 /lib
parentcfd1be127ccfca06be9287aaca2904deb81f4c94 (diff)
Revert "Use mozilla-config.h when necessary."
This reverts commit a07eef0ab05900113e9c39be4597ef1b8ea401be.
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Makefile.am1
-rw-r--r--lib/src/GeckoContentHandler.cpp2
-rw-r--r--lib/src/GeckoDownload.cpp2
-rw-r--r--lib/src/Makefile.am1
-rw-r--r--lib/src/sugar-browser.cpp2
5 files changed, 0 insertions, 8 deletions
diff --git a/lib/python/Makefile.am b/lib/python/Makefile.am
index b5e9c28..6f28d33 100644
--- a/lib/python/Makefile.am
+++ b/lib/python/Makefile.am
@@ -12,7 +12,6 @@ pkgpyexec_LTLIBRARIES = _sugar.la
_sugar_la_LDFLAGS = -module -avoid-version -R$(MOZILLA_HOME)
_sugar_la_LIBADD = \
$(LIB_LIBS) \
- $(GECKO_LIBS) \
$(PYCAIRO_LIBS) \
$(top_builddir)/lib/src/libsugarprivate.la
diff --git a/lib/src/GeckoContentHandler.cpp b/lib/src/GeckoContentHandler.cpp
index a19cdc3..4d9de8e 100644
--- a/lib/src/GeckoContentHandler.cpp
+++ b/lib/src/GeckoContentHandler.cpp
@@ -1,5 +1,3 @@
-#include "mozilla-config.h"
-
#include <nsCExternalHandlerService.h>
#include <nsIFile.h>
diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp
index 35993d7..66eb7c8 100644
--- a/lib/src/GeckoDownload.cpp
+++ b/lib/src/GeckoDownload.cpp
@@ -1,5 +1,3 @@
-#include "mozilla-config.h"
-
#include "sugar-download-manager.h"
#include "GeckoDownload.h"
diff --git a/lib/src/Makefile.am b/lib/src/Makefile.am
index da291fd..50ee2e2 100644
--- a/lib/src/Makefile.am
+++ b/lib/src/Makefile.am
@@ -10,7 +10,6 @@ libsugarprivate_la_CPPFLAGS = \
noinst_LTLIBRARIES = libsugarprivate.la
libsugarprivate_la_LIBADD = $(LIB_LIBS) \
- $(GECKO_LIBS) \
-lgstinterfaces-0.10 \
-lgstaudio-0.10
diff --git a/lib/src/sugar-browser.cpp b/lib/src/sugar-browser.cpp
index 5608249..dfd05d7 100644
--- a/lib/src/sugar-browser.cpp
+++ b/lib/src/sugar-browser.cpp
@@ -17,8 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
-#include "mozilla-config.h"
-
#include "sugar-browser.h"
#include "GeckoContentHandler.h"
#include "GeckoDownload.h"