X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=38d6b8b0e9de2dcff27acac10644e138a7de53d4;hb=b4512257eb71d0432554047acf6278dc42a15a75;hp=454faac118a4a9e274c8d5069e457681525300d9;hpb=e70acc91ae21023149204a245638c1d2dffa7265;p=ust.git diff --git a/configure.ac b/configure.ac index 454faac..38d6b8b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([ust], [0.0], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR(make_scripts) AM_INIT_AUTOMAKE([0.0 foreign]) AC_CONFIG_SRCDIR([ust/localerr.h]) -#AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC @@ -63,5 +63,5 @@ AC_SUBST(KCOMPAT_PATH) # ust/Makefile # ustd/Makefile]) -AC_CONFIG_FILES([Makefile libmarkers/Makefile libtracectl/Makefile libtracing/Makefile hello/Makefile libmallocwrap/Makefile]) +AC_CONFIG_FILES([Makefile libust/Makefile hello/Makefile libmallocwrap/Makefile]) AC_OUTPUT