Version 2.5.7
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
CommitLineData
f866ecaa 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
b13d93c2
PW
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = liblttng-ust-dl.la
13436238
PW
5liblttng_ust_dl_la_SOURCES = \
6 ustdl.c \
7 ust_baddr.c \
8 ust_baddr.h
b13d93c2
PW
9liblttng_ust_dl_la_LIBADD = \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la
11
12if LTTNG_UST_BUILD_WITH_LIBDL
13liblttng_ust_dl_la_LIBADD += -ldl
14endif
15if LTTNG_UST_BUILD_WITH_LIBC_DL
16liblttng_ust_dl_la_LIBADD += -lc
17endif
18
804b3137 19liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl -fno-strict-aliasing
This page took 0.023676 seconds and 4 git commands to generate.