X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=hello%2FMakefile.am;h=63e30b16980b45893a41277ddb4c1ea1c5dd6601;hb=afa28e0364b5132f3473ff08d9bca2026e723b41;hp=f682130d220f1eef746fc454b1d212d71460e910;hpb=a3cdd4a7fac4691fc61fcd3c9e6ad4a783fa6113;p=ust.git diff --git a/hello/Makefile.am b/hello/Makefile.am index f682130..63e30b1 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -1,6 +1,6 @@ noinst_PROGRAMS = hello hello_SOURCES = hello.c tp.c tp.h -hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@/liburcu.so +hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@@URCU_LIB@ INCLUDES = -I$(top_builddir)/share INCLUDES += -I@URCU_PATH@