From 2fd6b64fca31aba07aa80633e6e3f5fe5e77a47b Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Fri, 8 Nov 2024 09:32:38 -0600 Subject: [PATCH] Added correct dependencies. --- ze/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ze/Makefile.am b/ze/Makefile.am index a866613b..adf9507d 100644 --- a/ze/Makefile.am +++ b/ze/Makefile.am @@ -153,7 +153,14 @@ BUILT_SOURCES = \ bin_PROGRAMS = sampling_daemon -sampling_daemon_SOURCES = sampling_daemon.c +sampling_daemon_SOURCES = \ + sampling_daemon.c \ + sampling_daemon.h + +nodist_sampling_daemon_SOURCES = \ + $(ZE_PROBES_INCL) \ + $(ZE_STATIC_PROBES_INCL) + sampling_daemon_CPPFLAGS = -I$(top_srcdir)/utils -I$(top_srcdir)/utils/include -I$(top_srcdir)/ze/include -I./ sampling_daemon_CFLAGS = -Wall -Wextra $(WERROR) $(LTTNG_UST_CFLAGS) sampling_daemon_LDADD = libzetracepoints.la -ldl -lpthread $(LTTNG_UST_LIBS) ../sampling/libThapiSampling.la