Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
[lttng-ust.git] / Makefile.am
index d6fa3d51e1dd7bf7066be7e4532a09e79b4feccf..bc2f4420f5ff6b92692159cf27cd158c9340febe 100644 (file)
@@ -1,9 +1,11 @@
 ACLOCAL_AMFLAGS = -I config
 
-SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
+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.026437 seconds and 4 git commands to generate.