X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a50123989475fe1b4235032719ab60834599e185;hb=c585b4b94a2f517485cdf1c2f3efe8d26e44b05d;hp=b89ce2a099f8c576b0b30384cef24f9ccb28b5ae;hpb=f5ea02416c656bba136e742788f2d5ae12b98278;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b89ce2a09..a50123989 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = string-utils @@ -74,7 +76,8 @@ endif libcommon_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la \ $(top_builddir)/src/common/compat/libcompat.la \ - $(top_builddir)/src/common/hashtable/libhashtable.la + $(top_builddir)/src/common/hashtable/libhashtable.la \ + $(top_builddir)/src/common/fd-tracker/libfd-tracker.la if BUILD_LIB_COMPAT SUBDIRS += compat