Update readme
[lttng-ust.git] / libustctl / Makefile.am
CommitLineData
57773204
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libustctl.la
5
6libustctl_la_SOURCES = ustctl.c
7
8libustctl_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
This page took 0.040213 seconds and 4 git commands to generate.