From beb875e19869bbdf88094deb0093c202eec7f5dd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 11 Jan 2013 09:42:12 -0500 Subject: [PATCH] Fix: add tests/lib missing files to Makefile.am Fix make dist. Signed-off-by: Mathieu Desnoyers --- tests/lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index e846680a..f7e32c2b 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include noinst_LIBRARIES = libtestcommon.a -libtestcommon_a_SOURCES = tap.c common.c +libtestcommon_a_SOURCES = tap.c tap.h common.c common.h test_seeks_LDADD = libtestcommon.a \ $(top_builddir)/lib/libbabeltrace.la \ @@ -12,5 +12,7 @@ noinst_PROGRAMS = test-seeks test_seeks_SOURCES = test-seeks.c +EXTRA_DIST = README.tap + check-am: ./runall.sh -- 2.34.1