X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-ctl%2FMakefile.am;h=1a57fef86ff3c72fcd534d7ba5ec6b5c3e49ca02;hb=refs%2Fheads%2Fstable-2.0;hp=69d747dfb508b4fd90c457a320bc92407cc6cfe9;hpb=69400ac4a4e6575f749c6326df7c2a2c8ac3bdc5;p=lttng-ust.git diff --git a/liblttng-ust-ctl/Makefile.am b/liblttng-ust-ctl/Makefile.am index 69d747df..1a57fef8 100644 --- a/liblttng-ust-ctl/Makefile.am +++ b/liblttng-ust-ctl/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing lib_LTLIBRARIES = liblttng-ust-ctl.la @@ -7,5 +7,5 @@ liblttng_ust_ctl_la_SOURCES = ustctl.c liblttng_ust_ctl_la_LIBADD = \ $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ - $(top_builddir)/libringbuffer/libringbuffer.la \ + $(top_builddir)/liblttng-ust/liblttng-ust-support.la \ $(top_builddir)/snprintf/libustsnprintf.la