X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=9c426f430626d14a86896ca73bfc3bebfa3f8ee5;hb=52a3011a96d63b7b75e1e643e000b55afa883447;hp=4d203b55ce6254f13e3715a79448ab77c89c1a98;hpb=60b6c79cedc1023732ff0935aa85b5d0d1c2bcbf;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index 4d203b55c..9c426f430 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,15 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = liblttng-sessiond-comm \ - libkernelctl \ - librunas \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd +SUBDIRS = include \ + src \ + tests \ + extras \ + doc -if ! BUILD_CONSUMERD_ONLY -SUBDIRS += liblttngctl \ - lttng \ - lttng-sessiond -endif +dist_doc_DATA = LICENSE \ + ChangeLog \ + README -SUBDIRS += tests \ - include \ - doc +dist_noinst_DATA = CodingStyle + +EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt