X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=hello%2FMakefile.am;h=2a4e6b7d02602af601030651fba84dc8d0e03f16;hb=b4512257eb71d0432554047acf6278dc42a15a75;hp=81b4604e175a7ceb817eb169cc0ccf46651310e6;hpb=e70acc91ae21023149204a245638c1d2dffa7265;p=ust.git diff --git a/hello/Makefile.am b/hello/Makefile.am index 81b4604..2a4e6b7 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -1,11 +1,8 @@ bin_PROGRAMS = hello -hello_SOURCES = hello.c tp.c tp.h $(top_builddir)/share/kref.c -hello_LDADD = $(top_builddir)/libmarkers/libmarkers.la $(top_builddir)/libtracectl/libtracectl.la $(top_builddir)/libtracing/libtracing.la @URCU_PATH@/liburcu.so -##hello_LDFLAGS = -L$(top_builddir)/libmarkers +hello_SOURCES = hello.c tp.c tp.h +hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@/liburcu.so INCLUDES = -I$(top_builddir)/share INCLUDES += -I@URCU_PATH@ INCLUDES += -I@KCOMPAT_PATH@ -INCLUDES += -I$(top_builddir)/libtracing -INCLUDES += -I$(top_builddir)/libmarkers -INCLUDES += -I$(top_builddir)/libtracectl +INCLUDES += -I$(top_builddir)/libust