X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=d6fa3d51e1dd7bf7066be7e4532a09e79b4feccf;hb=d028eddb5959160ef6ec4b09f786730910d0f8f8;hp=1bdedea2118f695c470d052f51b8d7bccfc76532;hpb=fbca6b624335eef18c8d86194aeb101a720168f4;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 1bdedea2..d6fa3d51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,17 @@ -ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libust tests libmallocwrap ustd ustctl libinterfork include +ACLOCAL_AMFLAGS = -I config -EXTRA_DIST = doc -dist_bin_SCRIPTS = usttrace +SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \ + liblttng-ust \ + liblttng-ust-ctl \ + liblttng-ust-fork \ + tests + +if BUILD_JNI_INTERFACE +SUBDIRS += liblttng-ust-java +endif + +#temporarily disabled +# liblttng-ust-malloc + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = lttng-ust.pc