da3d301ba2b1b6ef46b6b0f459382ff043085209
[lttng-ust.git] / tests / unit / gcc-weak-hidden / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
2
3 noinst_LTLIBRARIES = libgcc-wh.la
4 libgcc_wh_la_SOURCES = c.c d.c
5
6 noinst_PROGRAMS = test_gcc_weak_hidden
7 test_gcc_weak_hidden_SOURCES = main.c b.c
8 test_gcc_weak_hidden_LDADD = $(top_builddir)/tests/utils/libtap.a \
9 $(builddir)/libgcc-wh.la
This page took 0.029061 seconds and 3 git commands to generate.