Waste needs the ICProgKit API.
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index a785708..4f0f89c 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -118,7 +118,9 @@
 			'WETabs.c',
 			'WETabHooks.c'],
 		libraries=['DragLib'],
-		extradirs=['::::Waste 1.3 Distribution:*']
+		extradirs=[
+			'::::Waste 1.3 Distribution:*',
+			'::::ICProgKit1.4:APIs']
 		)
 	genpluginproject("ctb")
 	genpluginproject("icglue", sources=["icgluemodule.c"],