Commit b3de817acb3b22a17c3e6e10dea68031ad5e16bb

David Turner 2001-05-11T14:25:02

* Jamfile: fixed incorrect HDRMACRO argument.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Jamfile b/Jamfile
index 7643303..51444a9 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.