Implement libustctl
[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 \
9 $(top_builddir)/libringbuffer/libringbuffer.la
This page took 0.022636 seconds and 4 git commands to generate.