summaryrefslogtreecommitdiff
path: root/gfx/graphite2/src/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/graphite2/src/moz.build')
-rw-r--r--gfx/graphite2/src/moz.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx/graphite2/src/moz.build b/gfx/graphite2/src/moz.build
index ecf396e2b0..2e517449a1 100644
--- a/gfx/graphite2/src/moz.build
+++ b/gfx/graphite2/src/moz.build
@@ -12,16 +12,16 @@ EXPORTS.graphite2 += [
]
if CONFIG['GNU_CC']:
- SOURCES += [
+ UNIFIED_SOURCES += [
'direct_machine.cpp'
]
else:
- SOURCES += [
+ UNIFIED_SOURCES += [
'call_machine.cpp'
]
# This should contain all of the _SOURCES from files.mk, except *_machine.cpp
-SOURCES += [
+UNIFIED_SOURCES += [
'CachedFace.cpp',
'CmapCache.cpp',
'Code.cpp',