From 232d6eedd6a8e8cf94485f7e2680a509d0f1e0a8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 10:10:57 -0400 Subject: [PATCH] Fix make dist dep for tests/hello Signed-off-by: Mathieu Desnoyers --- tests/hello/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hello/Makefile.am b/tests/hello/Makefile.am index 9afe3874..50b7b5e2 100644 --- a/tests/hello/Makefile.am +++ b/tests/hello/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = hello -hello_SOURCES = hello.c tp.c tp.h +hello_SOURCES = hello.c tp.c ust_tests_hello.h hello_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la noinst_SCRIPTS = run -- 2.34.1