merge libmarkers, libtracing and libtracectl in a single libust library
[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.028929 seconds and 4 git commands to generate.