tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / gen-ns-events / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
4 -I$(top_srcdir)/tests/utils/testapp
5
6 noinst_PROGRAMS = gen-ns-events
7 gen_ns_events_SOURCES = gen-ns-events.c
8 gen_ns_events_LDADD = \
9 $(top_builddir)/tests/utils/libtestutils.la \
10 $(DL_LIBS) $(POPT_LIBS)
This page took 0.031246 seconds and 5 git commands to generate.