From 53cbe724abeb9a15a8813b46c81ddc56ef7a8e3d Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 11 May 2001 14:25:02 +0000 Subject: [PATCH] * Jamfile: fixed incorrect HDRMACRO argument. --- Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 764330385..51444a935 100644 --- a/Jamfile +++ b/Jamfile @@ -29,7 +29,7 @@ SubDirHdr += $(FT2_INCLUDE) ; # later used in #include statements. It needs to be parsed in order to # record these definitions. # -HDRMACRO [ FT2_SubDir include freetype config ft2build.h ] ; +HDRMACRO [ FT2_SubDir include freetype config ftheader.h ] ; # Now include the Jamfile in "freetype2/src", used to drive the compilation # of each FreeType 2 component and/or module.