docs: add sha256 checksums for 17.1.6
[mesa.git] / scons / custom.py
index 544b15de1a4a2e8d154e0eec3abb026e5d9616a8..955247ccf2045424c32bffb19429a964a59d1398 100644 (file)
@@ -281,7 +281,7 @@ def parse_source_list(env, filename, names=None):
                     # cause duplicate actions.
                     f = f[len(cur_srcdir + '/'):]
                 # do not include any headers
-                if f.endswith(tuple(['.h','.hpp'])):
+                if f.endswith(tuple(['.h','.hpp','.inl'])):
                     continue
                 srcs.append(f)