summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/sys/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/include/sys/Makefile.am')
-rw-r--r--c/src/lib/include/sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am
index 70929555a9..31ee1b5873 100644
--- a/c/src/lib/include/sys/Makefile.am
+++ b/c/src/lib/include/sys/Makefile.am
@@ -8,11 +8,11 @@ include_sysdir = $(includedir)/sys
if HAS_NETWORKING
else
-NETWORKING_H_FILES += ioctl.h
+NETWORKING_H_FILES = ioctl.h
endif
if NEWLIB
-NEWLIB_H_FILES += termios.h cdefs.h
+NEWLIB_H_FILES = termios.h cdefs.h
endif
include_sys_HEADERS = ioccom.h ttycom.h utime.h \