X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello2%2FMakefile.am;h=ded9d211f2c7db2d2b3e3c4569b0bec10be81e0a;hb=2cd35d512eb5bc63c2f9ebc1b748a54cd03cc4b3;hp=1abdae01dbd4600624f8b3b41a59fb870eaf3071;hpb=6dd969b5dd702909b8eb827e850c851053774055;p=ust.git diff --git a/tests/hello2/Makefile.am b/tests/hello2/Makefile.am index 1abdae0..ded9d21 100644 --- a/tests/hello2/Makefile.am +++ b/tests/hello2/Makefile.am @@ -1,9 +1,8 @@ -INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ - $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = hello2 hello2_SOURCES = hello2.c -hello2_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS) +hello2_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o noinst_SCRIPTS = run EXTRA_DIST = run