ust-fd: Add close_range declaration
[lttng-ust.git] / tools / Makefile.am
index 1bdd3f8a4ee2b3a89bc3bccb2fdd941fe4fc46fd..e900ef814fd89bdeda8ef757ad2d101111721014 100644 (file)
@@ -1,16 +1,5 @@
-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 \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
+# SPDX-License-Identifier: LGPL-2.1-only
 
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+dist_bin_SCRIPTS = lttng-gen-tp
This page took 0.023697 seconds and 4 git commands to generate.