open-src/font/Makefile.inc
changeset 561 3c2df35483af
parent 493 f43507b5737d
child 606 068c11b419c9
--- a/open-src/font/Makefile.inc	Mon Oct 06 16:44:14 2008 -0700
+++ b/open-src/font/Makefile.inc	Mon Oct 06 17:28:50 2008 -0700
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.inc	1.6	08/08/08
+# @(#)Makefile.inc	1.7	08/10/06
 #
 
 ### Makefile settings/rules common to all X.Org font modules
@@ -62,7 +62,8 @@
 
 # Environment variable options needed when building
 MODTYPE_BUILD_ENV = PATH="$(FONT_UTILS_PATH):$$PATH" \
-	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)"
+	LD_LIBRARY_PATH="$(FONT_LIBS_PATH)" \
+	PROTODIR="$(PROTODIR)"
 
 ### Include common rulesets
 include $(TOP)/common/Makefile.inc