From 64109072344d20a2959bff0e6af32ef6b336753c Mon Sep 17 00:00:00 2001 From: ipknHama Date: Wed, 21 Sep 2016 23:17:29 +0900 Subject: Update amalgamate --- amalgamate/merge_all.py | 1 + 1 file changed, 1 insertion(+) (limited to 'amalgamate/merge_all.py') diff --git a/amalgamate/merge_all.py b/amalgamate/merge_all.py index b1e5170..afa0124 100644 --- a/amalgamate/merge_all.py +++ b/amalgamate/merge_all.py @@ -12,6 +12,7 @@ if len(sys.argv) > 1: OUTPUT = 'crow_all.h' re_depends = re.compile('^#include "(.*)"', re.MULTILINE) headers = [x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, '*.h*'))] +headers += ['crow/' + x.rsplit('/', 1)[-1] for x in glob(pt.join(header_path, 'crow/*.h*'))] print(headers) edges = defaultdict(list) for header in headers: -- cgit v1.2.3-54-g00ecf