52f897d687137fe449488a8348eda74bc16eb4e2
[lttng-ust.git] / liblttng-ust-fd / 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-fd.la
5 liblttng_ust_fd_la_SOURCES = \
6 lttng-ust-fd.c
7 liblttng_ust_fd_la_LIBADD = \
8 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
9
10 if LTTNG_UST_BUILD_WITH_LIBDL
11 liblttng_ust_fd_la_LIBADD += -ldl
12 endif
13 if LTTNG_UST_BUILD_WITH_LIBC_DL
14 liblttng_ust_fd_la_LIBADD += -lc
15 endif
16
17 liblttng_ust_fd_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-fd -fno-strict-aliasing
This page took 0.029356 seconds and 3 git commands to generate.