Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / gcc-weak-hidden / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_LTLIBRARIES = libgcc-wh.la
6 libgcc_wh_la_SOURCES = c.c d.c
7
8 noinst_PROGRAMS = test_gcc_weak_hidden
9 test_gcc_weak_hidden_SOURCES = main.c b.c
10 test_gcc_weak_hidden_LDADD = $(top_builddir)/tests/utils/libtap.a \
11 $(builddir)/libgcc-wh.la
This page took 0.031991 seconds and 4 git commands to generate.