diff options
-rw-r--r-- | build2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/buildfile b/build2/buildfile index 2cf322b..da545d1 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -15,7 +15,7 @@ exe{b}: \ {hxx ixx cxx}{ file } \ {hxx cxx}{ lexer } \ {hxx cxx}{ module } \ - {hxx cxx}{ name } \ + {hxx ixx cxx}{ name } \ {hxx cxx}{ operation } \ {hxx cxx}{ parser } \ {hxx cxx}{ prerequisite } \ |