X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello2%2FMakefile.am;h=ded9d211f2c7db2d2b3e3c4569b0bec10be81e0a;hb=HEAD;hp=e06d50592c8539b7ec4c29298ca1d22063906e13;hpb=aa08b4413291fabcbd1b1144377d37034ad361de;p=ust.git diff --git a/tests/hello2/Makefile.am b/tests/hello2/Makefile.am index e06d505..ded9d21 100644 --- a/tests/hello2/Makefile.am +++ b/tests/hello2/Makefile.am @@ -1,8 +1,8 @@ -AM_CPPFLAGS = -I$(top_builddir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = hello2 hello2_SOURCES = hello2.c -hello2_LDADD = $(top_builddir)/libust/libust.la +hello2_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o noinst_SCRIPTS = run EXTRA_DIST = run