projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
merge libmarkers, libtracing and libtracectl in a single libust library
[lttng-ust.git]
/
hello
/
Makefile.am
1
bin_PROGRAMS = hello
2
hello_SOURCES = hello.c tp.c tp.h
3
hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@/liburcu.so
4
5
INCLUDES = -I$(top_builddir)/share
6
INCLUDES += -I@URCU_PATH@
7
INCLUDES += -I@KCOMPAT_PATH@
8
INCLUDES += -I$(top_builddir)/libust
This page took
0.037476 seconds
and
4
git commands to generate.