Skip to content

Commit

Permalink
Added correct dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Nov 8, 2024
1 parent 36e185f commit 2fd6b64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ze/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fd6b64

Please sign in to comment.