ust-fd: Add close_range declaration
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS += -fno-strict-aliasing
3
4lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
5 liblttng-ust-cyg-profile-fast.la
6
7liblttng_ust_cyg_profile_la_SOURCES = \
8 lttng-ust-cyg-profile.c \
9 lttng-ust-cyg-profile.h
10
11liblttng_ust_cyg_profile_la_LIBADD = \
12 $(top_builddir)/liblttng-ust/liblttng-ust.la \
13 $(DL_LIBS)
14
15liblttng_ust_cyg_profile_fast_la_SOURCES = \
16 lttng-ust-cyg-profile-fast.c \
17 lttng-ust-cyg-profile-fast.h
18
19liblttng_ust_cyg_profile_fast_la_LIBADD = \
20 $(top_builddir)/liblttng-ust/liblttng-ust.la \
21 $(DL_LIBS)
22
23dist_noinst_SCRIPTS = run run-fast
This page took 0.02535 seconds and 4 git commands to generate.