ENH: add .in as a header file type, as it can not be compiled

This commit is contained in:
Bill Hoffman 2002-03-14 16:04:02 -05:00
parent b59987eed9
commit 93474efd8b
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ cmMakefile::cmMakefile()
m_HeaderFileExtensions.push_back( "h" );
m_HeaderFileExtensions.push_back( "txx" );
m_HeaderFileExtensions.push_back( "in" );
m_DefineFlags = " ";
m_MakefileGenerator = 0;