7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6
[lttng-tools.git] / src / common / testpoint / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_LTLIBRARIES = libtestpoint.la
4
5 libtestpoint_la_SOURCES = \
6 testpoint.cpp \
7 testpoint.h
8 libtestpoint_la_LIBADD = $(DL_LIBS)
This page took 0.02963 seconds and 3 git commands to generate.