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.13.5~47 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=2eeda82308a76b8b026bff6229840b072d183bb2 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: I1e15a547e526198f971a287a726d0e6229a733b0 --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 3769d5642..372934e0d 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -69,6 +69,7 @@ libcommon_lgpl_la_SOURCES = \ error.c error.h \ error-query.c \ evaluation.c \ + event.c \ event-expr/event-expr.c \ event-field-value.c \ event-rule/event-rule.c \ @@ -128,7 +129,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 \