Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-fd / Makefile.am
CommitLineData
95e6d268 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
e1c62734 2AM_CFLAGS += -fno-strict-aliasing
95e6d268
MD
3
4lib_LTLIBRARIES = liblttng-ust-fd.la
5liblttng_ust_fd_la_SOURCES = \
6 lttng-ust-fd.c
7liblttng_ust_fd_la_LIBADD = \
8 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la
9
10if LTTNG_UST_BUILD_WITH_LIBDL
11liblttng_ust_fd_la_LIBADD += -ldl
12endif
13if LTTNG_UST_BUILD_WITH_LIBC_DL
14liblttng_ust_fd_la_LIBADD += -lc
15endif
16
e1c62734 17liblttng_ust_fd_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-fd $(AM_CFLAGS)
This page took 0.024226 seconds and 4 git commands to generate.