ust rewritten for using libustcmd
[lttng-ust.git] / configure.ac
index 8d4bfbc318e5ecdc27f9b6210949289aef97c658..a8accce43802bb1e7181185a8b9c05ee337bc069 100644 (file)
@@ -50,7 +50,7 @@ AC_C_INLINE
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
 
-AC_ARG_WITH(urcu, [  --with-urcu path  Path to userspace RCU source], [
+AC_ARG_WITH(urcu, [  --with-urcu path        Path to userspace RCU source], [
        AC_CHECK_FILE(["$withval/urcu.h"], [
                URCU_CFLAGS="-I$withval"
                URCU_LIBS="-L$withval -lurcu" ],
@@ -78,8 +78,11 @@ AC_SUBST(KCOMPAT_LIBS)
 AC_CONFIG_FILES([
        Makefile
        libust/Makefile
-       hello/Makefile
+       tests/Makefile
+       tests/hello/Makefile
+       tests/hello2/Makefile
        libmallocwrap/Makefile
+       libinterfork/Makefile
        ustd/Makefile
        ust/Makefile
 ])
This page took 0.023512 seconds and 4 git commands to generate.