Move to kernel style SPDX license identifiers
[lttng-ust.git] / tools / Makefile.am
index 1bdd3f8a4ee2b3a89bc3bccb2fdd941fe4fc46fd..65e9dcf2459e2ff84a5907e094ba62fa2a350e8b 100644 (file)
@@ -1,16 +1,17 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
 dist_bin_SCRIPTS = lttng-gen-tp
-EXTRA_DIST = lttng-gen-tp
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
+               for script in $(dist_bin_SCRIPTS); do \
                        cp -f $(srcdir)/$$script $(builddir); \
                done; \
        fi
 
 clean-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
+               for script in $(dist_bin_SCRIPTS); do \
                        rm -f $(builddir)/$$script; \
                done; \
        fi
This page took 0.024426 seconds and 4 git commands to generate.