X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcompile%2Fapi0%2Fhello.cxx%2FMakefile.am;h=7b3e12953576b74488360834a1459a68e909de50;hb=89a8858dc6fdaf6c094d9038db79fbc61469ccef;hp=8920f5b866331deede77afa77528618fb94224cc;hpb=53f7d0d7404de911dd62dff06f08539e33ea7519;p=lttng-ust.git diff --git a/tests/compile/api0/hello.cxx/Makefile.am b/tests/compile/api0/hello.cxx/Makefile.am index 8920f5b8..7b3e1295 100644 --- a/tests/compile/api0/hello.cxx/Makefile.am +++ b/tests/compile/api0/hello.cxx/Makefile.am @@ -7,3 +7,5 @@ AM_CPPFLAGS += -I$(srcdir) noinst_PROGRAMS = hello hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h hello_LDADD = $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la $(DL_LIBS) + +EXTRA_DIST = README.md