4e341be703e16135b739fef9940abced6c04b9a5
[lttng-ust.git] / liblttng-ust-ctl / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-ctl.la
5
6 liblttng_ust_ctl_la_SOURCES = ustctl.c
7
8 liblttng_ust_ctl_la_LIBADD = \
9 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
10 $(top_builddir)/liblttng-ust/liblttng-ust-support.la \
11 $(top_builddir)/snprintf/libustsnprintf.la
This page took 0.029091 seconds and 3 git commands to generate.