X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=ce24a1a24a67c03d2d6439887955e908883430bf;hb=18c1cd87c54290691f0e6913f84c16fa5267b86d;hp=8594a4707c1a9f053b1950e877285dab6438465e;hpb=e26c8207a69086160542d1cdfedf9578d6385748;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 8594a470..ce24a1a2 100644 --- a/configure.ac +++ b/configure.ac @@ -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