X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=bc8c325e9ceb9a49f49da8f9155bd6af225a348e;hb=2a3fba4984dd15c145ba58803c6fa3cf557c34dc;hp=9bf9c2ceb2d77989471ff82a8cfbd7dba401867c;hpb=b7ea1a1c8ed1cea410bb43c7cc6621c951e4b621;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 9bf9c2ce..bc8c325e 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([config]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([0.0 foreign dist-bzip2 no-dist-gzip]) -AC_CONFIG_SRCDIR([ust/ust.c]) +AC_CONFIG_SRCDIR([ustctl/ustctl.c]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. @@ -87,7 +87,7 @@ AC_CONFIG_FILES([ libmallocwrap/Makefile libinterfork/Makefile ustd/Makefile - ust/Makefile + ustctl/Makefile java/Makefile ]) AC_OUTPUT