Commit | Line | Data |
---|---|---|
57773204 MD |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm |
2 | AM_CFLAGS = -fno-strict-aliasing | |
3 | ||
4 | lib_LTLIBRARIES = libustctl.la | |
5 | ||
6 | libustctl_la_SOURCES = ustctl.c | |
7 | ||
8 | libustctl_la_LIBADD = $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ | |
6b120308 MD |
9 | $(top_builddir)/libringbuffer/libringbuffer.la \ |
10 | $(top_builddir)/snprintf/libustsnprintf.la |