X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=6ebdb589a7033704e87affbbb47fb58f82094d28;hp=f5830a744e04134c0ff3988c406711219498debc;hb=b878f05a6e62779ddf2364d5bb51821cb6d6d572;hpb=ab1bb74d4f513b5107a6504269f0e0e0b28ed217 diff --git a/Makefile.am b/Makefile.am index f5830a744..6ebdb589a 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 \