X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=9137366551d363462ce60182114719c3b8402c8d;hb=e7465adb1683ce0201f7e029efb48c7fac2b7b63;hp=8d4bfbc318e5ecdc27f9b6210949289aef97c658;hpb=e14a34e05f6dd7b5f1133085561313ad90b8f266;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 8d4bfbc3..91373665 100644 --- a/configure.ac +++ b/configure.ac @@ -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,9 +78,16 @@ AC_SUBST(KCOMPAT_LIBS) AC_CONFIG_FILES([ Makefile libust/Makefile - hello/Makefile + tests/Makefile + tests/hello/Makefile + tests/hello2/Makefile + tests/basic/Makefile + tests/basic_long/Makefile + tests/fork/Makefile libmallocwrap/Makefile + libinterfork/Makefile ustd/Makefile ust/Makefile + java/Makefile ]) AC_OUTPUT