ctf-writer: externalize libbabeltrace2-ctf-writer
[babeltrace.git] / extras / gen-babeltrace-h.py
index f03110fc48f36fc63c6c1ef046f04ee374a8e51d..7c64a676e2220d5366ad63ab2d11cb6a34cdb89c 100644 (file)
@@ -45,6 +45,9 @@ def _c_includes_from_sections(sections):
     src = ''
 
     for section in sections:
+        if 'ctf' in section.title.lower():
+            continue
+
         src += '/* {} */\n'.format(section.title)
 
         for filename in sorted(section.filenames):
This page took 0.02282 seconds and 4 git commands to generate.