Revert "Use mozilla-config.h when necessary."
This reverts commit a07eef0ab0
.
This commit is contained in:
parent
cfd1be127c
commit
e210a16d31
@ -12,7 +12,6 @@ pkgpyexec_LTLIBRARIES = _sugar.la
|
|||||||
_sugar_la_LDFLAGS = -module -avoid-version -R$(MOZILLA_HOME)
|
_sugar_la_LDFLAGS = -module -avoid-version -R$(MOZILLA_HOME)
|
||||||
_sugar_la_LIBADD = \
|
_sugar_la_LIBADD = \
|
||||||
$(LIB_LIBS) \
|
$(LIB_LIBS) \
|
||||||
$(GECKO_LIBS) \
|
|
||||||
$(PYCAIRO_LIBS) \
|
$(PYCAIRO_LIBS) \
|
||||||
$(top_builddir)/lib/src/libsugarprivate.la
|
$(top_builddir)/lib/src/libsugarprivate.la
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#include "mozilla-config.h"
|
|
||||||
|
|
||||||
#include <nsCExternalHandlerService.h>
|
#include <nsCExternalHandlerService.h>
|
||||||
#include <nsIFile.h>
|
#include <nsIFile.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#include "mozilla-config.h"
|
|
||||||
|
|
||||||
#include "sugar-download-manager.h"
|
#include "sugar-download-manager.h"
|
||||||
|
|
||||||
#include "GeckoDownload.h"
|
#include "GeckoDownload.h"
|
||||||
|
@ -10,7 +10,6 @@ libsugarprivate_la_CPPFLAGS = \
|
|||||||
noinst_LTLIBRARIES = libsugarprivate.la
|
noinst_LTLIBRARIES = libsugarprivate.la
|
||||||
|
|
||||||
libsugarprivate_la_LIBADD = $(LIB_LIBS) \
|
libsugarprivate_la_LIBADD = $(LIB_LIBS) \
|
||||||
$(GECKO_LIBS) \
|
|
||||||
-lgstinterfaces-0.10 \
|
-lgstinterfaces-0.10 \
|
||||||
-lgstaudio-0.10
|
-lgstaudio-0.10
|
||||||
|
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mozilla-config.h"
|
|
||||||
|
|
||||||
#include "sugar-browser.h"
|
#include "sugar-browser.h"
|
||||||
#include "GeckoContentHandler.h"
|
#include "GeckoContentHandler.h"
|
||||||
#include "GeckoDownload.h"
|
#include "GeckoDownload.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user