commit 67eb5e06aaf59168e7df4e02e3d464ec00bd0e0b
parent 0b759503f547b3f3c5eeed81d5f22b9aad237345
Author: [email protected] <[email protected]>
Date: Mon, 17 Oct 2016 06:54:06 +0300
Add *.inc to list of source files
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update-sources.py b/update-sources.py
@@ -9,7 +9,7 @@ import glob
path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'include')
-masks = ['*.hpp', '*.h', '*.i']
+masks = ['*.hpp', '*.h', '*.i', '*.inc']
filenames = []
for root, dirnames, files in os.walk(path, path):