Skip to content

Commit

Permalink
sampling: add missing lttng-ust dep (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
bd4 authored Jul 1, 2024
1 parent 6db1c9c commit ef10aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sampling/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ libThapiSampling_la_SOURCES = \
thapi_sampling.h \
thapi_sampling.c

libThapiSampling_la_CFLAGS = -Wall -Wextra -Wno-unused-parameter $(WERROR) -I$(top_srcdir)/utils/include
libThapiSampling_la_LDFLAGS = -lpthread -version-info 1:0:0
libThapiSampling_la_CFLAGS = -Wall -Wextra -Wno-unused-parameter $(WERROR) -I$(top_srcdir)/utils/include $(LTTNG_UST_CFLAGS)
libThapiSampling_la_LDFLAGS = -lpthread -version-info 1:0:0 $(LTTNG_UST_LIBS)
libThapiSampling_la_LIBADD = libsamplingtracepoints.la

lib_LTLIBRARIES = libThapiSampling.la

0 comments on commit ef10aa1

Please sign in to comment.