fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / tests / utils / tap / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/src/ -I$(top_srcdir)/include
4
5noinst_PROGRAMS = clock
6clock_SOURCES = clock.cpp
7clock_CPPFLAGS = $(AM_CPPFLAGS)
8noinst_LTLIBRARIES = libtap.la
9libtap_la_SOURCES = tap.c tap.h
10libtap_la_LIBADD = ../libtestutils.la
11dist_noinst_SCRIPTS = tap.sh
12EXTRA_DIST = tap.sh
13
14all-local:
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 cp -f $(srcdir)/$$script $(builddir); \
18 done; \
19 fi
20
21clean-local:
22 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
23 for script in $(EXTRA_DIST); do \
24 rm -f $(builddir)/$$script; \
25 done; \
26 fi
This page took 0.022748 seconds and 4 git commands to generate.