Move immediate.h, marker.h and tracepoint.h to include/ust/
[ust.git] / tests / hello2 / Makefile.am
index 1abdae01dbd4600624f8b3b41a59fb870eaf3071..85cfd2b87fbdb1bbbc1181c0f26711846bba0f2f 100644 (file)
@@ -1,9 +1,8 @@
-INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
-       $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
+INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/include
 
 noinst_PROGRAMS = hello2
 hello2_SOURCES = hello2.c
-hello2_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
+hello2_LDADD = $(top_builddir)/libust/libust.la
 
 noinst_SCRIPTS = run
 EXTRA_DIST = run
This page took 0.022914 seconds and 4 git commands to generate.