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 | ||
69400ac4 | 4 | lib_LTLIBRARIES = liblttng-ust-ctl.la |
57773204 | 5 | |
69400ac4 | 6 | liblttng_ust_ctl_la_SOURCES = ustctl.c |
57773204 | 7 | |
69400ac4 MD |
8 | liblttng_ust_ctl_la_LIBADD = \ |
9 | $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ | |
c1fca457 | 10 | $(top_builddir)/liblttng-ust/liblttng-ust-support.la \ |
6b120308 | 11 | $(top_builddir)/snprintf/libustsnprintf.la |