Implement filter expression to bytecode compiler in liblttng-ctl
[lttng-tools.git] / configure.ac
index d5d37094ddbb33c1d489e50e830860d691c60908..cba96c1afd89d9930beafe3f76b934c60b635ad6 100644 (file)
@@ -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
This page took 0.026249 seconds and 5 git commands to generate.