X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=5303f26431f3c9e1db9791d314cafc7ffeafbb10;hp=cca159e564b53ba6b7f74d303d3e30af17fa4013;hb=931bdbaa3a3fd1d586a0045c15cac23d6cfc67f9;hpb=dd392e9453fb7aa5f356ed1765db72ef33150461 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index cca159e56..5303f2643 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -27,7 +27,10 @@ noinst_LTLIBRARIES = libcommon.la EXTRA_DIST = mi-lttng-4.0.xsd libcommon_la_SOURCES = \ - action.c \ + actions/action.c \ + actions/notify.c \ + actions/start-session.c \ + actions/stop-session.c \ buffer-usage.c \ buffer-view.h buffer-view.c \ common.h \ @@ -43,11 +46,11 @@ libcommon_la_SOURCES = \ evaluation.c \ event.c \ filter.c filter.h \ + fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ - notify.c \ optional.h \ pipe.c pipe.h \ readwrite.c readwrite.h \ @@ -66,8 +69,7 @@ libcommon_la_SOURCES = \ utils.c utils.h \ uuid.c uuid.h \ tracker.c tracker.h \ - waiter.c waiter.h \ - fs-handle.h fs-handle-internal.h fs-handle.c + waiter.c waiter.h if HAVE_ELF_H libcommon_la_SOURCES += \