summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 0499460aa..17a92573b 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -58,8 +58,9 @@ if WITH_HAXE
SUBDIRS += haxe
endif
-if WITH_DOTNETCORE
+if WITH_DOTNET
SUBDIRS += netcore
+SUBDIRS += netstd
endif
if WITH_GO