summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/Makefile.am')
-rw-r--r--testsuites/psxtests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am
index 62378f1182..f49cb918f7 100644
--- a/testsuites/psxtests/Makefile.am
+++ b/testsuites/psxtests/Makefile.am
@@ -1602,7 +1602,11 @@ lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
psxhdrs/netdb/getprotobynumber.c \
psxhdrs/netdb/getservbyname.c \
psxhdrs/netdb/getservbyport.c \
- psxhdrs/netdb/h_errno.c
+ psxhdrs/netdb/h_errno.c \
+ psxhdrs/arpa/inet/inet_addr.c \
+ psxhdrs/arpa/inet/inet_ntop.c \
+ psxhdrs/arpa/inet/inet_ntoa.c \
+ psxhdrs/arpa/inet/inet_pton.c
## Not supported by RTEMS, but POSIX API Compliance tests exist.