summaryrefslogtreecommitdiff
path: root/effects.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'effects.gyp')
-rw-r--r--effects.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/effects.gyp b/effects.gyp
index cb15a2a..a551ceb 100644
--- a/effects.gyp
+++ b/effects.gyp
@@ -4,10 +4,7 @@
'target_name': 'effects',
'type': 'static_library',
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
- '../include/gpu',
'../src/gpu',
],
'sources': [
@@ -87,6 +84,10 @@
'../include/effects',
],
},
+ 'dependencies': [
+ 'core.gyp:core',
+ 'gpu.gyp:gr',
+ ],
},
],
}