Add detection of lttng-ctl with pkgconfig
[lttng-trace.git] / src / Makefile.am
index 982379c102d26ef716f7e598079c7fb51c5900fd..1e475eb25e82dd19e71e8a69f36734198fcaa824 100644 (file)
@@ -10,4 +10,4 @@ bin_PROGRAMS = lttng-trace
 lttng_trace_SOURCES = \
        lttng-trace.c
 
-lttng_trace_LDADD = -llttng-ctl
+lttng_trace_LDADD = $(LTTNG_CTL_LIBS)
This page took 0.022149 seconds and 4 git commands to generate.