X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=91e76f06a98700d2a9deb36c29a650176e62c4ab;hp=425941b99fa0ddd740ad93923c2e819a8dd628bd;hb=efc18125536a8a4679d78fe90883414f8e34a8f2;hpb=917f768512b5d336d553b801f6c5308d90252a89 diff --git a/configure.ac b/configure.ac index 425941b99..91e76f06a 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AS_IF([test "x$lttng_ust_support" = "xyes"], [ ) ]) AM_CONDITIONAL([HAVE_LIBLTTNG_UST_CTL], [test "x$lttng_ust_ctl_found" = xyes]) -AC_CHECK_FUNCS([sched_getcpu sysconf]) +AC_CHECK_FUNCS([sched_getcpu sysconf sync_file_range]) # check for dlopen AC_CHECK_LIB([dl], [dlopen], @@ -281,6 +281,7 @@ AC_CONFIG_FILES([ src/lib/Makefile src/lib/lttng-ctl/Makefile src/lib/lttng-ctl/filter/Makefile + src/lib/lttng-ctl/lttng-ctl.pc src/bin/Makefile src/bin/lttng-consumerd/Makefile src/bin/lttng-sessiond/Makefile