projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e01064fd74f7e7c7ecaa682a3c9764e2eb2fc0f7
[lttng-tools.git]
/
liblttng-ustconsumer
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/include
2
3
if HAVE_LIBLTTNG_UST_CTL
4
noinst_LTLIBRARIES = liblttng-ustconsumer.la
5
6
liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
7
8
liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
9
10
endif
This page took
0.030842 seconds
and
4
git commands to generate.