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:
Mike Fleetwood 2016-10-16 11:33:06 +01:00 committed by Curtis Gedak
parent 0841b0274b
commit 4d6823a20a
1 changed files with 4 additions and 4 deletions

View File

@ -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
# Only build GParted help documentation when enabled. (Can be disabled
# with './configure --disable-doc').
if BUILD_HELP_DOC
SUBDIRS += help
endif
@INTLTOOL_DESKTOP_RULE@