Skip to content

Commit 1c91946

Browse files
committed
Build cygserver conditionaly
1 parent ca81f02 commit 1c91946

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

winsup/Makefile.am

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ cygdoc_DATA = \
1414
CYGWIN_LICENSE \
1515
COPYING
1616

17-
SUBDIRS = cygwin cygserver testsuite
17+
SUBDIRS = cygwin testsuite
18+
19+
if BUILD_CYGSERVER
20+
SUBDIRS += cygserver
21+
endif
1822

1923
if BUILD_DOC
2024
SUBDIRS += doc
2125
endif
2226

23-
cygserver testsuite: cygwin
27+
testsuite: cygwin
28+
29+
if BUILD_CYGSERVER
30+
cygserver: cygwin
31+
endif

0 commit comments

Comments
 (0)