X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=6e01a12d7efbb59199fcd8f5973ae11fa85cdffc;hb=01bf7a3a1fbc42bb8b069793619ca786f52ca6de;hp=4323bfc3a96cacf92b16b6f6038dd27384a89937;hpb=5869b17917abc1d8db6b6c1696e00b5f2ec24eda;p=babeltrace.git diff --git a/src/Makefile.am b/src/Makefile.am index 4323bfc3..6e01a12d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,9 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = \ common \ py-common \ + cpp-common \ autodisc \ argpar \ ctfser \ @@ -9,6 +12,7 @@ SUBDIRS = \ logging \ ctf-writer \ lib \ + string-format \ python-plugin-provider \ plugins \ param-parse \