5d741bdfdb2dd76730d5d190f22beafaa2269275
[lttng-ust.git] / tests / ust-variant / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers
2
3 noinst_PROGRAMS = ust-variant
4 ust_variant_SOURCES = ust-variant.c
5 ust_variant_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
6 ust_variant_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS)
7
8 if LTTNG_UST_BUILD_WITH_LIBDL
9 ust_variant_LDADD += -ldl
10 endif
11 if LTTNG_UST_BUILD_WITH_LIBC_DL
12 ust_variant_LDADD += -lc
13 endif
This page took 0.029161 seconds and 3 git commands to generate.