From: Jonathan Rajotte Date: Sat, 29 Jan 2022 00:29:58 +0000 (-0500) Subject: libcommon: move event.c to libcommon-lgpl X-Git-Tag: v2.12.9~30 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c9681eeb9b28e32f5ee77aea875d87889fdfd086 libcommon: move event.c to libcommon-lgpl The `event.c` license is already LGPL. There is no technical reason why it was not part of the lgpl side of libcommon, simply that nothing that is LGPL needed it. This will change in upcoming commits with the addition of ser/des functions of `struct lttng_event` and other structs related to `lttng_event` for liblttng-ctl. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I574e9053645b768c37505f1f27e18e3da69c772a --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 8b698c921..723e6d16c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -42,6 +42,7 @@ libcommon_lgpl_la_SOURCES = \ endpoint.c \ error.c error.h \ evaluation.c \ + event.c \ location.c \ mi-lttng.c mi-lttng.h \ notification.c \ @@ -81,7 +82,6 @@ libcommon_gpl_la_SOURCES = \ common.h \ context.c context.h \ daemonize.c daemonize.h \ - event.c \ filter.c filter.h \ fs-handle.c fs-handle.h fs-handle-internal.h \ futex.c futex.h \