X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=48c3cb36e9e754b5adaa63c97f47f62e0911b2aa;hp=b664641beb10374c7fc94432e0a7bcfe62ba8657;hb=d3c04b7c1cbb447e82858125c64c4f69160d8023;hpb=fbe833f7f150ed4ddaf6682fae6681ebb17a1db4 diff --git a/configure.ac b/configure.ac index b664641be..48c3cb36e 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,7 @@ AS_IF([test "x$lttng_ust_support" = "xyes"], [ lttng_ust_ctl_found=yes ], [AC_MSG_ERROR([Cannot find LTTng-UST >= 2.2.x. Use --with-lttng-ust-prefix=PREFIX to specify its location, or specify --disable-lttng-ust to build lttng-tools without LTTng-UST support.])], - [-lurcu-common -lurcu-bp -lurcu-cds -lrt] + [-lurcu-common -lurcu-bp -lurcu-cds -lrt -ldl] ) ]) AM_CONDITIONAL([HAVE_LIBLTTNG_UST_CTL], [test "x$lttng_ust_ctl_found" = xyes]) @@ -496,6 +496,7 @@ AC_CONFIG_FILES([ src/bin/lttng-sessiond/Makefile src/bin/lttng-relayd/Makefile src/bin/lttng/Makefile + src/bin/lttng-crash/Makefile tests/Makefile tests/regression/Makefile tests/regression/kernel/Makefile