Modify buildsystem to be able to compile with installed libraries
[ust.git] / hello / Makefile.am
index 3c96bee3c7b57de66f3af74d9f5013c67b08af14..63e30b16980b45893a41277ddb4c1ea1c5dd6601 100644 (file)
@@ -1,7 +1,8 @@
-lib_LTLIBRARIES = libmarkers.la
-libmarkers_la_SOURCES = marker.c tracepoint.c immediate.h jhash.h rcupdate.h marker.h tracepoint.h
+noinst_PROGRAMS = hello
+hello_SOURCES = hello.c tp.c tp.h
+hello_LDADD = $(top_builddir)/libust/libust.la @URCU_PATH@@URCU_LIB@
 
 INCLUDES = -I$(top_builddir)/share
 INCLUDES += -I@URCU_PATH@
 INCLUDES += -I@KCOMPAT_PATH@
-INCLUDES += -I$(top_builddir)/libtracing
+INCLUDES += -I$(top_builddir)/libust
This page took 0.023312 seconds and 4 git commands to generate.