Revert "Use mozilla-config.h when necessary."

This reverts commit a07eef0ab0.
master
Marco Pesenti Gritti 18 years ago
parent cfd1be127c
commit e210a16d31

@ -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

@ -1,5 +1,3 @@
#include "mozilla-config.h"
#include <nsCExternalHandlerService.h>
#include <nsIFile.h>

@ -1,5 +1,3 @@
#include "mozilla-config.h"
#include "sugar-download-manager.h"
#include "GeckoDownload.h"

@ -10,7 +10,6 @@ libsugarprivate_la_CPPFLAGS = \
noinst_LTLIBRARIES = libsugarprivate.la
libsugarprivate_la_LIBADD = $(LIB_LIBS) \
$(GECKO_LIBS) \
-lgstinterfaces-0.10 \
-lgstaudio-0.10

@ -17,8 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#include "mozilla-config.h"
#include "sugar-browser.h"
#include "GeckoContentHandler.h"
#include "GeckoDownload.h"

Loading…
Cancel
Save