X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=306d7b33896f3bf4582abffb7277c9a3a878c128;hb=cda89f3a42789771907a9d6a3159f7c22c99985e;hp=332f9b46f98850b19e11ca0fb28cbfc5e8baedb5;hpb=c3d56a05c6f01c3409ba8ad53765cb9dd84715b6;p=profile%2Fivi%2Fwayland.git diff --git a/Makefile.am b/Makefile.am index 332f9b4..306d7b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = src protocol doc +if BUILD_DOCS +doc_subdir = doc +endif + +SUBDIRS = src protocol $(doc_subdir) tests cursor ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}