X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=ad889d165d784582d93aff771ae5a9ed2fdd7bbc;hb=HEAD;hp=ed798b3be51751ca9e1b1fa2edf775029459e982;hpb=8cd08025a83fe1907c6fd04f94c8f9ae362c3da7;p=lttng-ust.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index ed798b3b..ad889d16 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# # SPDX-License-Identifier: LGPL-2.1-only AUTOMAKE_OPTIONS = subdir-objects @@ -169,6 +171,8 @@ libcommon_la_SOURCES = \ logging.h \ smp.c \ smp.h \ + populate.c \ + populate.h \ strutils.c \ strutils.h \ utils.c \ @@ -183,4 +187,4 @@ libustcomm_la_SOURCES = \ ustcomm.c \ ustcomm.h -EXTRA_DIST = snprintf/README +EXTRA_DIST = snprintf/README.md