X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=d627c840d9e8b7243de0ab004d3e5e9bb49d8d76;hp=f5830a744e04134c0ff3988c406711219498debc;hb=ec5b87f3610b3b0e52ce6109600930deb5996cca;hpb=ab1bb74d4f513b5107a6504269f0e0e0b28ed217 diff --git a/Makefile.am b/Makefile.am index f5830a744..d627c840d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,12 @@ -ACLOCAL_AMFLAGS = -I config +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include \ - src \ - tests \ - extras \ - doc +DIST_SUBDIRS = include doc src extras tests + +SUBDIRS = include doc src tests + +if BUILD_EXTRAS +SUBDIRS += extras +endif dist_doc_DATA = LICENSE \ ChangeLog \ @@ -12,4 +14,10 @@ dist_doc_DATA = LICENSE \ dist_noinst_DATA = CodingStyle -EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt +EXTRA_DIST = extras/lttng-bash_completion \ + LICENSES/BSD-2-Clause \ + LICENSES/BSD-3-Clause \ + LICENSES/GPL-2.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT \ + version