File: Makefile.am

package info (click to toggle)
babeltrace2 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,660 kB
  • sloc: cpp: 106,162; ansic: 78,276; python: 27,115; sh: 9,053; makefile: 1,807; xml: 46
file content (19 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2013-2024 EfficiOS, Inc.
#
# SPDX-License-Identifier: MIT

SUBDIRS = tap

noinst_LTLIBRARIES = libtestcommon.la
libtestcommon_la_SOURCES = \
	common.c \
	common.h \
	common.hpp

# Directories added to EXTRA_DIST will be recursively copied to the distribution.
EXTRA_DIST = python

dist_check_SCRIPTS = \
	run-in-py-env.sh \
	tap-driver.sh \
	utils.sh