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