fd-tracker: refactor: extract fs_handle interface from fd_tracker
[lttng-tools.git] / src / common / Makefile.am
index a40ec0d2990ed569a579ae73c4a7cfd9bfad8a37..b89ce2a099f8c576b0b30384cef24f9ccb28b5ae 100644 (file)
@@ -22,7 +22,7 @@ DIST_SUBDIRS = \
 
 # Common library
 noinst_LTLIBRARIES = libcommon.la
-EXTRA_DIST = mi-lttng-3.0.xsd
+EXTRA_DIST = mi-lttng-4.0.xsd
 
 libcommon_la_SOURCES = \
        action.c \
@@ -62,7 +62,9 @@ libcommon_la_SOURCES = \
        userspace-probe.c \
        utils.c utils.h \
        uuid.c uuid.h \
-       waiter.c waiter.h
+       tracker.c \
+       waiter.c waiter.h \
+       fs-handle.h fs-handle-internal.h fs-handle.c
 
 if HAVE_ELF_H
 libcommon_la_SOURCES += \
This page took 0.025575 seconds and 5 git commands to generate.