X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftap%2FMakefile.am;h=a914b781313ec8c02f556b3fcc0104bfc3c83942;hb=fd6ecee841f0fd100c01975f1facb2c5406f9df5;hp=0e78398feea29b5d359a910048648cb5d38d1074;hpb=c83e7ca00efd681ec2406d2a2b2622d373ae2647;p=lttng-tools.git diff --git a/tests/utils/tap/Makefile.am b/tests/utils/tap/Makefile.am index 0e78398fe..a914b7813 100644 --- a/tests/utils/tap/Makefile.am +++ b/tests/utils/tap/Makefile.am @@ -1,5 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only + +AM_CPPFLAGS += -I$(top_srcdir)/src/ -I$(top_srcdir)/include + +noinst_PROGRAMS = clock +clock_SOURCES = clock.cpp +clock_CPPFLAGS = $(AM_CPPFLAGS) noinst_LTLIBRARIES = libtap.la libtap_la_SOURCES = tap.c tap.h +libtap_la_LIBADD = ../libtestutils.la dist_noinst_SCRIPTS = tap.sh EXTRA_DIST = tap.sh