Add pkgconfig support for liblttng-ust-ctl
[lttng-ust.git] / configure.ac
index 3e443132fa9d6b173e44766a401b09227c00dd93..580e0ee3d6af0282c80436cc42e197a78fc1b7f7 100644 (file)
@@ -55,7 +55,7 @@ AC_SYS_LARGEFILE
 AC_PROG_CC
 AC_PROG_CC_STDC
 AC_PROG_CXX
-rw_PROG_CXX_WORKS
+RW_PROG_CXX_WORKS
 AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"])
 
 # Check if the compiler support weak symbols
@@ -555,6 +555,7 @@ AC_CONFIG_FILES([
        tests/test-app-ctx/Makefile
        tests/gcc-weak-hidden/Makefile
        lttng-ust.pc
+       lttng-ust-ctl.pc
 ])
 
 # Create link for python agent for the VPATH guru.
This page took 0.022416 seconds and 4 git commands to generate.