Remove unused variable
[lttng-ust.git] / configure.ac
index 8594a4707c1a9f053b1950e877285dab6438465e..ce24a1a24a67c03d2d6439887955e908883430bf 100644 (file)
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AC_CONFIG_SRCDIR([ustctl/ustctl.c])
+AC_CONFIG_SRCDIR([include/ust/tracepoint.h])
 AC_CONFIG_HEADERS([config.h include/ust/config.h])
 AH_TEMPLATE([HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.])
 # Compute minor/major version numbers
@@ -141,6 +141,8 @@ AC_CONFIG_FILES([
        doc/man/Makefile
        doc/info/Makefile
        include/Makefile
+       liblttng-ust-comm/Makefile
+       libringbuffer/Makefile
        libust/Makefile
        tests/Makefile
        tests/hello/Makefile
This page took 0.02488 seconds and 4 git commands to generate.