X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=hello%2FMakefile.am;h=845773ee91cc192f52353fde96b18443a4e7bba4;hb=270c6b98e626861fece078f57a85462fd6cb020c;hp=3c96bee3c7b57de66f3af74d9f5013c67b08af14;hpb=7a7dca403897749bd9517dbb94cfc144adfd64f9;p=ust.git diff --git a/hello/Makefile.am b/hello/Makefile.am index 3c96bee..845773e 100644 --- a/hello/Makefile.am +++ b/hello/Makefile.am @@ -1,7 +1,9 @@ -lib_LTLIBRARIES = libmarkers.la -libmarkers_la_SOURCES = marker.c tracepoint.c immediate.h jhash.h rcupdate.h marker.h tracepoint.h +INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ + $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) -INCLUDES = -I$(top_builddir)/share -INCLUDES += -I@URCU_PATH@ -INCLUDES += -I@KCOMPAT_PATH@ -INCLUDES += -I$(top_builddir)/libtracing +noinst_PROGRAMS = hello +hello_SOURCES = hello.c tp.c tp.h +hello_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS) + +noinst_SCRIPTS = run +EXTRA_DIST = run