From: Mathieu Desnoyers Date: Sat, 5 Nov 2011 14:10:57 +0000 (-0400) Subject: Fix make dist dep for tests/hello X-Git-Tag: v1.9.1~133 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=232d6eedd6a8e8cf94485f7e2680a509d0f1e0a8;p=lttng-ust.git Fix make dist dep for tests/hello Signed-off-by: Mathieu Desnoyers --- 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