Version 2.5.7
[lttng-ust.git] / Makefile.am
index 10b54cb4191805f99a9489aa6e638daaeb3c65ca..c907ff1b64ad306fab50e18b1495c49e905f1f54 100644 (file)
@@ -4,12 +4,14 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
                liblttng-ust \
                liblttng-ust-ctl \
                liblttng-ust-fork \
-               liblttng-ust-baddr \
-               liblttng-ust-dl \
                liblttng-ust-libc-wrapper \
                liblttng-ust-cyg-profile \
                tools
 
+if HAVE_DLINFO
+SUBDIRS += liblttng-ust-dl
+endif
+
 if BUILD_JNI_INTERFACE
 SUBDIRS += liblttng-ust-java liblttng-ust-jul
 endif
This page took 0.022944 seconds and 4 git commands to generate.