Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
1 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
2
3 lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
4 liblttng-ust-cyg-profile-fast.la
5
6 liblttng_ust_cyg_profile_la_SOURCES = \
7 lttng-ust-cyg-profile.c \
8 lttng-ust-cyg-profile.h
9
10 liblttng_ust_cyg_profile_la_LIBADD = \
11 $(top_builddir)/liblttng-ust/liblttng-ust.la \
12 $(DL_LIBS)
13
14 liblttng_ust_cyg_profile_fast_la_SOURCES = \
15 lttng-ust-cyg-profile-fast.c \
16 lttng-ust-cyg-profile-fast.h
17
18 liblttng_ust_cyg_profile_fast_la_LIBADD = \
19 $(top_builddir)/liblttng-ust/liblttng-ust.la \
20 $(DL_LIBS)
21
22 dist_noinst_SCRIPTS = run run-fast
This page took 0.029995 seconds and 4 git commands to generate.