X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=d18aca1437e5f9b6ba97d222776e4bb46b2601b4;hb=774cc7cfb47c9fd944581e4819c4d9f9493478da;hp=c6c7af5ceb92b66ad7f3e7e140a0957f1ca9e3ac;hpb=88564da09144e7fd1202fe79aff1371478a69ecf;p=lttng-tools.git diff --git a/Makefile.am b/Makefile.am index c6c7af5ce..d18aca143 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,18 @@ -ACLOCAL_AMFLAGS = -I config +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include \ - src \ - tests \ - extras \ - 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 -EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt +EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt \ + version