Add pkg-config file generation
[ust.git] / configure.ac
index 1f3cb33f8279720e6e35c5d53d85b583c1029aee..5d914322b1158df69f6b8f931f91fc80c5936baf 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([ust], [0.12], [nils dot carlson at ericsson dot com])
+AC_INIT([ust], [0.13], [nils dot carlson at ericsson dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -165,6 +165,7 @@ AC_CONFIG_FILES([
        tests/tracepoint/benchmark/Makefile
        tests/register_test/Makefile
        tests/libustctl_function_tests/Makefile
+       tests/exit-fast/Makefile
        libustinstr-malloc/Makefile
        libustfork/Makefile
        libustconsumer/Makefile
@@ -173,5 +174,6 @@ AC_CONFIG_FILES([
        libustcomm/Makefile
        libustctl/Makefile
        snprintf/Makefile
+       ust.pc
 ])
 AC_OUTPUT
This page took 0.022573 seconds and 4 git commands to generate.