summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 754d87e2..4bc7a24f 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -600,3 +600,8 @@ endif
if HOST_ix86
include i386/Makefrag.am
endif
+
+# x86_64.
+if HOST_x86_64
+include x86_64/Makefrag.am
+endif