Fix: event-notifier: not propagating error counter indexes
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
1 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
2
3 lib_LTLIBRARIES = liblttng-ust-dl.la
4 liblttng_ust_dl_la_SOURCES = \
5 lttng-ust-dl.c \
6 ust_dl.c \
7 ust_dl.h
8
9 liblttng_ust_dl_la_LIBADD = \
10 $(top_builddir)/liblttng-ust/liblttng-ust.la \
11 $(DL_LIBS)
12
13 liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)
This page took 0.031752 seconds and 4 git commands to generate.