Implement liblttng-ust-cyg-profile function entry/exit instrumentation
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
CommitLineData
70d654f2
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = liblttng-ust-cyg-profile.la
5liblttng_ust_cyg_profile_la_SOURCES = \
6 lttng-ust-cyg-profile.c \
7 lttng-ust-cyg-profile.h
8liblttng_ust_cyg_profile_la_LIBADD = \
9 -L$(top_builddir)/liblttng-ust/.libs \
10 -llttng-ust
11
12if LTTNG_UST_BUILD_WITH_LIBDL
13liblttng_ust_cyg_profile_la_LIBADD += -ldl
14endif
15if LTTNG_UST_BUILD_WITH_LIBC_DL
16liblttng_ust_cyg_profile_la_LIBADD += -lc
17endif
18
19noinst_SCRIPTS = run
20EXTRA_DIST = run
This page took 0.022789 seconds and 4 git commands to generate.