Fix: baddr out of tree build
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-dl.la
5 liblttng_ust_dl_la_SOURCES = \
6 ustdl.c \
7 ust_baddr.c \
8 ust_baddr.h
9 liblttng_ust_dl_la_LIBADD = \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
11
12 if LTTNG_UST_BUILD_WITH_LIBDL
13 liblttng_ust_dl_la_LIBADD += -ldl
14 endif
15 if LTTNG_UST_BUILD_WITH_LIBC_DL
16 liblttng_ust_dl_la_LIBADD += -lc
17 endif
18
19 libustdl_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl -fno-strict-aliasing
This page took 0.031178 seconds and 5 git commands to generate.