X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=441230f885eeb32a1397d142b18a88cc2150878f;hp=5eb64a5f9cd47b2c1973587b9c6ca897d4c7c325;hb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6;hpb=2e442863aa3cf0488f358461f3bfb87b2497d788 diff --git a/configure.ac b/configure.ac index 5eb64a5f9..441230f88 100644 --- a/configure.ac +++ b/configure.ac @@ -25,11 +25,6 @@ AC_CHECK_LIB([uuid], [uuid_generate], [], [AC_MSG_ERROR([Cannot find libuuid. Use [LDFLAGS]=-Ldir to specify its location.])] ) -# Check libustctl -AC_CHECK_LIB([ustctl], [ustctl_connect_pid], [], - [AC_MSG_ERROR([Cannot find libustctl. Use [LDFLAGS]=-Ldir to specify its location.])] -) - # Check liburcu AC_CHECK_LIB([urcu], [synchronize_rcu], [], [AC_MSG_ERROR([Cannot find liburcu. Use [LDFLAGS]=-Ldir to specify its location.])] @@ -49,6 +44,8 @@ AC_CONFIG_FILES([ libkernelctl/Makefile liblttngctl/Makefile liblttsessiondcomm/Makefile + libustctl/Makefile + libustcomm/Makefile ltt-sessiond/Makefile lttng/Makefile kconsumerd/Makefile