X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=cba96c1afd89d9930beafe3f76b934c60b635ad6;hb=953192ba6eb2118c22bcfcb4bcd813f141b407e7;hp=d5d37094ddbb33c1d489e50e830860d691c60908;hpb=c72b7d965eb65a9f49a5615cac731cec3082aa7f;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index d5d37094d..cba96c1af 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,10 @@ AM_CONDITIONAL([COMPAT_EPOLL], [ test "$enable_epoll" = "yes" ]) AC_SYS_LARGEFILE AC_PROG_CC LT_INIT +AC_PROG_YACC +AC_PROG_LEX + +AC_DEFUN([AC_PROG_BISON], [AC_CHECK_PROGS(BISON, bison, bison)]) CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing" @@ -188,11 +192,13 @@ AC_CONFIG_FILES([ src/common/hashtable/Makefile src/common/sessiond-comm/Makefile src/common/compat/Makefile + src/common/relayd/Makefile src/lib/Makefile src/lib/lttng-ctl/Makefile src/bin/Makefile src/bin/lttng-consumerd/Makefile src/bin/lttng-sessiond/Makefile + src/bin/lttng-relayd/Makefile src/bin/lttng/Makefile tests/Makefile tests/kernel/Makefile