X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=b0537ce6e4f4ea55b049966c33ae64fecc9e35ab;hp=44f17148b73a06ffb49577d4710b40c53442f3b2;hb=e5f5db7fe1ce6cf8e0ac6b2be2b4c85c2ba68375;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e diff --git a/Makefile.am b/Makefile.am index 44f17148b..b0537ce6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd \ - liblttngctl \ - lttng \ - lttng-sessiond \ +SUBDIRS = src \ tests \ + extras \ include \ doc + +dist_doc_DATA = LICENSE \ + ChangeLog + +dist_noinst_DATA = CodingStyle + +EXTRA_DIST = extras/lttng-bash_completion