X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftap%2FMakefile.am;h=a914b781313ec8c02f556b3fcc0104bfc3c83942;hb=2a69bf1437eb7e81979a1410b1a66a960b52caeb;hp=f84d91c8ae331061358098a24b601881fd39ed47;hpb=e73b293111eacc3c0f6eca0009ac3afa51ea85f1;p=lttng-tools.git diff --git a/tests/utils/tap/Makefile.am b/tests/utils/tap/Makefile.am index f84d91c8a..a914b7813 100644 --- a/tests/utils/tap/Makefile.am +++ b/tests/utils/tap/Makefile.am @@ -1,7 +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