aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fd7f25386..c19f7c3f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,14 +57,14 @@ else
scd =
endif
if BUILD_TOOLS
-scd = tools
+tools = tools
else
-scd =
+tools =
endif
if BUILD_DOC
-scd = doc
+doc = doc
else
-scd =
+doc =
endif
if HAVE_W32_SYSTEM