X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=f7e32c2b70f9aba6c507821a3fe77efe4da9aa5f;hp=e846680a4eedd6a305c2dde4722e43cc5a54cff2;hb=beb875e19869bbdf88094deb0093c202eec7f5dd;hpb=ce6370b5d1a5fded286d04fcd67afa70eab90def 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