Create all trace directories and files with client user credentials
[lttng-tools.git] / liblttng-kconsumer / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = liblttng-kconsumer.la
4
5 liblttng_kconsumer_la_SOURCES = lttng-kconsumer.c
6
7 liblttng_kconsumer_la_LIBADD = \
8 $(top_builddir)/libkernelctl/libkernelctl.la
This page took 0.029297 seconds and 4 git commands to generate.