summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 9f303525..9307f7a5 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -363,7 +363,6 @@ include_device_HEADERS = \
include/device/device_types.h \
include/device/disk_status.h \
include/device/net_status.h \
- include/device/notify.defs \
include/device/notify.h \
include/device/tape_status.h \
include/device/tty_status.h
@@ -611,3 +610,8 @@ endif
if HOST_ix86
include i386/Makefrag.am
endif
+
+# x86_64.
+if HOST_x86_64
+include x86_64/Makefrag.am
+endif