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