Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
[lttng-ust.git] / Makefile.am
index d7d50791415869e541f2699a029f4f8936ac6d74..bc2f4420f5ff6b92692159cf27cd158c9340febe 100644 (file)
@@ -4,6 +4,8 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
                liblttng-ust \
                liblttng-ust-ctl \
                liblttng-ust-fork \
+               liblttng-ust-libc-wrapper \
+               tools \
                tests
 
 if BUILD_JNI_INTERFACE
@@ -15,3 +17,5 @@ endif
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = lttng-ust.pc
+
+dist_doc_DATA = README ChangeLog
This page took 0.024351 seconds and 4 git commands to generate.