X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello-static-lib%2FMakefile.am;h=699845b124d6fbd5c4bf575eba1490d9c1904fcd;hb=9ac8c21231ed48f25264e3ddc6ac8ce632767669;hp=6633489424a388db1f375e5aefa3e14f8746f66e;hpb=e3feda7db3de3530e7c9c511536c36cccf317013;p=lttng-ust.git diff --git a/tests/hello-static-lib/Makefile.am b/tests/hello-static-lib/Makefile.am index 66334894..699845b1 100644 --- a/tests/hello-static-lib/Makefile.am +++ b/tests/hello-static-lib/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -Wsystem-headers +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -Wsystem-headers noinst_LTLIBRARIES = liblttng-ust-provider-ust-test-hello.la liblttng_ust_provider_ust_test_hello_la_SOURCES = \ @@ -16,6 +16,3 @@ endif if LTTNG_UST_BUILD_WITH_LIBC_DL hello_LDADD += -lc endif - -noinst_SCRIPTS = run -EXTRA_DIST = run