tests: Move libtestcommon to utils
[babeltrace.git] / tests / utils / Makefile.am
index feae65a58ada4ea328b6c846a3798168e7ace37b..d010e2b00f8088b76eb3d6e32ee651572dcb4eac 100644 (file)
@@ -1 +1,7 @@
 SUBDIRS = tap
+
+noinst_LTLIBRARIES = libtestcommon.la
+libtestcommon_la_SOURCES = common.c common.h
+
+# Directories added to EXTRA_DIST will be recursively copied to the distribution.
+EXTRA_DIST = python
This page took 0.024569 seconds and 4 git commands to generate.