e9fc3b4055641de2e8fd5b6ff2ebc388fac7a6ea
[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 $(AM_CFLAGS)
This page took 0.028637 seconds and 3 git commands to generate.