X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=8aff58db6c371c5c6a6ac45f1f0c2968f3d09d66;hb=b68d3dc0394c16b84d3a9368b272e9eb5dbc460a;hp=11e18439a9af8b0f13ee2bb755625289803b023b;hpb=6cb88bc04f67ebc3264d3832f4ce5cca2c642ab4;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 11e18439..8aff58db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,20 @@ -SUBDIRS = libust hello libmallocwrap ustd +ACLOCAL_AMFLAGS = -I config + +SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ + liblttng-ust \ + liblttng-ust-ctl \ + liblttng-ust-fork \ + liblttng-ust-libc-wrapper \ + tests + +if BUILD_JNI_INTERFACE +SUBDIRS += liblttng-ust-java +endif + +#temporarily disabled +# liblttng-ust-malloc + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lttng-ust.pc + +dist_doc_DATA = README ChangeLog