X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=63101c541ce5f9f68c52736d24d7d4bcc15f600a;hp=584f59b2e63102d1fb687a988899eb32746f4753;hb=6faa26cafc21ce8d5b8f20ae4d2682092fd74b03;hpb=f7ddd24e694b77d4f0bf92967120321d24243054 diff --git a/Makefile.am b/Makefile.am index 584f59b2e..63101c541 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,16 @@ -ACLOCAL_AMFLAGS = -I config +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src \ - tests \ - extras \ - include \ - doc +DIST_SUBDIRS = include src extras doc tests + +SUBDIRS = include src doc tests + +if BUILD_EXTRAS +SUBDIRS += extras +endif dist_doc_DATA = LICENSE \ - ChangeLog + ChangeLog \ + README.md dist_noinst_DATA = CodingStyle