X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=1f1d28449f9865399f49f94998d43ca93873d85c;hp=2a153583add1adec979fa80df14b6422d8092c79;hb=8b9d5b5e700bdf66edf4c0fa035fdf10cb3b36f3;hpb=4c8bfb7e0a9cef6e74cefa38ed54bf8cbd424183 diff --git a/configure.ac b/configure.ac index 2a153583..1f1d2844 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,8 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_LIBTOOL +AC_PROG_YACC +AC_PROG_LEX AM_PATH_GLIB_2_0(2.4.0, ,AC_MSG_ERROR([glib is required in order to compile BabelTrace - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) @@ -44,6 +46,7 @@ AC_CONFIG_FILES([ formats/Makefile formats/ctf/Makefile formats/ctf/types/Makefile + formats/ctf/metadata/Makefile converter/Makefile tests/Makefile ])