Install easy-ust and gen-tp examples in doc/
[lttng-ust.git] / configure.ac
index 63f13d0ef0a17db7db6333a6223de4b92eae73fc..6acad6d31f4492ce989087e0eacf1c53f6497a69 100644 (file)
@@ -70,7 +70,7 @@ AC_C_INLINE
 
 # Checks for library functions.
 AC_FUNC_MALLOC
-AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
+AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol sched_getcpu sysconf])
 
 CFLAGS="-Wall $CFLAGS"
 
@@ -253,6 +253,8 @@ AS_IF([test "x$with_sdt" = "xyes"],[
 
 AC_CONFIG_FILES([
        Makefile
+       doc/Makefile
+       doc/examples/Makefile
        include/Makefile
        include/lttng/ust-version.h
        snprintf/Makefile
@@ -263,6 +265,7 @@ AC_CONFIG_FILES([
        liblttng-ust-fork/Makefile
        liblttng-ust-java/Makefile
        liblttng-ust-libc-wrapper/Makefile
+       tools/Makefile
        tests/Makefile
        tests/hello/Makefile
        tests/hello-static-lib/Makefile
This page took 0.026066 seconds and 4 git commands to generate.