aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOASCII/src/make.configuration.defn')
-rw-r--r--Carpet/CarpetIOASCII/src/make.configuration.defn6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetIOASCII/src/make.configuration.defn b/Carpet/CarpetIOASCII/src/make.configuration.defn
index 668c82ade..672b0cf21 100644
--- a/Carpet/CarpetIOASCII/src/make.configuration.defn
+++ b/Carpet/CarpetIOASCII/src/make.configuration.defn
@@ -1,4 +1,8 @@
# Main make.configuration.defn file for thorn CarpetIOASCII
# $Header:$
-ALL_UTILS += carpet2sdf carpet2xgraph
+ALL_UTILS += carpet2xgraph
+
+ifneq ($(strip $(HAVE_SDF)), )
+ ALL_UTILS += carpet2sdf
+endif