X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=hello%2FMakefile.am;h=845773ee91cc192f52353fde96b18443a4e7bba4;hb=270c6b98e626861fece078f57a85462fd6cb020c;hp=f682130d220f1eef746fc454b1d212d71460e910;hpb=6cb88bc04f67ebc3264d3832f4ce5cca2c642ab4;p=ust.git diff --git a/hello/Makefile.am b/hello/Makefile.am index f682130..845773e 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -1,8 +1,9 @@ +INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ + $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) + 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_LIBS) -INCLUDES = -I$(top_builddir)/share -INCLUDES += -I@URCU_PATH@ -INCLUDES += -I@KCOMPAT_PATH@ -INCLUDES += -I$(top_builddir)/libust +noinst_SCRIPTS = run +EXTRA_DIST = run