summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index cd0069c..0d7c293 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -39,6 +39,9 @@ cmMakefile::cmMakefile()
m_ComplainFileRegularExpression = "^$";
// Source and header file extensions that we can handle
+ // Set up a list of source and header extensions
+ // these are used to find files when the extension
+ // is not given
// The "c" extension MUST precede the "C" extension.
m_SourceFileExtensions.push_back( "c" );
m_SourceFileExtensions.push_back( "C" );