Remove everything related to the `bt2.ctf_writer` Python module
[babeltrace.git] / tests / lib / Makefile.am
index 444654f98a634b379458d995af636749ebc5096b..4ef581b29a18a11f96ed0e0752ff8bced7f7d912 100644 (file)
@@ -4,8 +4,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 
-dist_check_SCRIPTS = ctf-writer/test_auto_populate.py
-
 libtestcommon_la_SOURCES = common.c common.h
 noinst_LTLIBRARIES = libtestcommon.la
 
@@ -13,7 +11,7 @@ noinst_LTLIBRARIES = libtestcommon.la
 # it knows better and considers libraries with constructors having
 # side-effects as dead code.
 COMMON_TEST_LDADD = $(LIBTAP) $(builddir)/libtestcommon.la \
-       $(top_builddir)/lib/libbabeltrace.la
+       $(top_builddir)/lib/libbabeltrace2.la
 
 test_bitfield_LDADD = $(LIBTAP) $(builddir)/libtestcommon.la
 
This page took 0.023347 seconds and 4 git commands to generate.