Switch to conditional appending of SUBDIRS in top-level Makefile.am (#781978)
rather than having two conditional complete definitions of SUBDIRS. Bug 781978 - Add Google Test C++ test framework
This commit is contained in:
parent
0841b0274b
commit
4d6823a20a
|
@ -1,8 +1,8 @@
|
||||||
# Only execute make in the help subdirectory if BUILD_HELP_DOC is set
|
|
||||||
if BUILD_HELP_DOC
|
|
||||||
SUBDIRS = help compose data doc include po src
|
|
||||||
else
|
|
||||||
SUBDIRS = compose data doc include po src
|
SUBDIRS = compose data doc include po src
|
||||||
|
# Only build GParted help documentation when enabled. (Can be disabled
|
||||||
|
# with './configure --disable-doc').
|
||||||
|
if BUILD_HELP_DOC
|
||||||
|
SUBDIRS += help
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
Loading…
Reference in New Issue