X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2Fcompile%2Fapi0%2Fhello%2FMakefile.am;fp=tests%2Fcompile%2Fapi0%2Fhello%2FMakefile.am;h=aa5fa263718060d0f68886fd6426c27a3ee09a55;hp=f3f86f223b8c26477565891b5a9b02ffedee96ce;hb=89a8858dc6fdaf6c094d9038db79fbc61469ccef;hpb=53f7d0d7404de911dd62dff06f08539e33ea7519 diff --git a/tests/compile/api0/hello/Makefile.am b/tests/compile/api0/hello/Makefile.am index f3f86f22..aa5fa263 100644 --- a/tests/compile/api0/hello/Makefile.am +++ b/tests/compile/api0/hello/Makefile.am @@ -8,3 +8,8 @@ noinst_PROGRAMS = hello hello_SOURCES = hello.c tp.c ust_tests_hello.h hello_LDADD = $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la $(DL_LIBS) hello_CFLAGS = -Werror=old-style-definition $(AM_CFLAGS) + +EXTRA_DIST = \ + Makefile.example.bsd \ + Makefile.example.linux \ + README.md