Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index f79c26e04b355d26f4162a43abd31862ffb35c47..de390175b805a963ce93a8f8e8af47c22300b834 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 SUBDIRS = filter
 
 AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
@@ -6,7 +8,7 @@ lib_LTLIBRARIES = liblttng-ctl.la
 
 liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
                lttng-ctl-health.c save.c load.c deprecated-symbols.c \
-               channel.c rotate.c event.c destruction-handle.c
+               channel.c rotate.c event.c destruction-handle.c clear.c
 
 liblttng_ctl_la_LDFLAGS = \
                $(LT_NO_UNDEFINED)
This page took 0.023303 seconds and 4 git commands to generate.