codebrainz commented on this pull request.
@@ -0,0 +1,43 @@
+if MD_BUILTIN_CMARK + +noinst_LTLIBRARIES = libcmark.la + +libcmark_la_SOURCES = \ + blocks.c \ + buffer.c \ + buffer.h \ + chunk.h \ + cmark.c \ + cmark_ctype.c \ + cmark_ctype.h \ + cmark.h \
Sorry, I made a typo with the `.in` suffix, it's just `cmark_export.h` and I have no clue where it comes from, it's not [in the sources](https://github.com/commonmark/cmark/tree/0.28.3/src), I can only suppose that it's entirely generated from CMake, but I couldn't stomach reading that horrid language.