summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-11-18 20:07:56 -0600
committerJeremy Andrews <athenian200@outlook.com>2021-11-18 20:07:56 -0600
commit3deb2387119186f70f54da51250ec809f7ac6dbf (patch)
treea8d43537cfcec1f15f231562cb2c7aa8278d5b78
parentb03ebc50065d75a57180bb33d95d3dc307cfa80e (diff)
downloadaura-central-3deb2387119186f70f54da51250ec809f7ac6dbf.tar.gz
Issue %3005 - Update moz.build files in components/gservice/ and toolkit/xre
-rw-r--r--components/gservice/moz.build4
-rw-r--r--toolkit/xre/moz.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/components/gservice/moz.build b/components/gservice/moz.build
index 633ef2b4d..b57567241 100644
--- a/components/gservice/moz.build
+++ b/components/gservice/moz.build
@@ -22,7 +22,7 @@ if CONFIG['MOZ_ENABLE_GIO']:
]
LOCAL_INCLUDES += [
- '/toolkit/components/build/',
+ '../build/',
]
CXXFLAGS += CONFIG['MOZ_GCONF_CFLAGS']
@@ -31,4 +31,4 @@ CXXFLAGS += CONFIG['GLIB_CFLAGS']
CXXFLAGS += CONFIG['MOZ_DBUS_GLIB_CFLAGS']
CXXFLAGS += CONFIG['TK_CFLAGS']
-FINAL_LIBRARY = 'xul' \ No newline at end of file
+FINAL_LIBRARY = 'xul'
diff --git a/toolkit/xre/moz.build b/toolkit/xre/moz.build
index 762df91da..41560fc3c 100644
--- a/toolkit/xre/moz.build
+++ b/toolkit/xre/moz.build
@@ -104,7 +104,7 @@ if CONFIG['MOZ_PHOENIX']:
DEFINES['MOZ_BUILD_APP_IS_BROWSER'] = True
LOCAL_INCLUDES += [
- '/components/profile',
+ '/components/profile/src',
'/config',
'/dom/base',
'/dom/ipc',