X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a50123989475fe1b4235032719ab60834599e185;hp=e7ceefe47cf8d5a1b9e0ad659103e507557cd44e;hb=4942c25609805b81dc67ea4447eac7f9cddac655;hpb=2d97a0067600335f07eecb2c1d9ba68fc164583e diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e7ceefe47..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 @@ -63,7 +65,8 @@ libcommon_la_SOURCES = \ utils.c utils.h \ uuid.c uuid.h \ tracker.c \ - waiter.c waiter.h + waiter.c waiter.h \ + fs-handle.h fs-handle-internal.h fs-handle.c if HAVE_ELF_H libcommon_la_SOURCES += \ @@ -73,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