X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=e9e264bbbb17c5756f1243f33f42b8fc0cc691d9;hb=f85f806c0bd6b0d2583805d6bdd8d792b311c412;hp=e846680a4eedd6a305c2dde4722e43cc5a54cff2;hpb=aa968dde60d1c3cff4dcebcca4b6f5c2b9737829;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index e846680a..e9e264bb 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 runall.sh + check-am: ./runall.sh