Skip to content

Commit 2566c6e

Browse files
committed
Added inet_pton.c to Makefile.am
1 parent 9e21f13 commit 2566c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newlib/libc/sys/hermit/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AM_CCASFLAGS = $(INCLUDES)
44

55
noinst_LIBRARIES = lib.a
66

7-
lib_a_SOURCES = chown.c clock_getres.c clock_gettime.c clock_nanosleep.c clock_settime.c close.c environ.c errno.c execve.c _exit.c fork.c fstat.c getpagesize.c getpid.c gettod.c isatty.c kill.c link.c lseek.c nanosleep.c open.c read.c readlink.c sbrk.c sched.c setitimer.c signal.c stat.c symlink.c sysconf.c times.c unlink.c wait.c write.c context.S makecontext.c inet_addr.c inet_ntoa.c inet_ntop.c
7+
lib_a_SOURCES = chown.c clock_getres.c clock_gettime.c clock_nanosleep.c clock_settime.c close.c environ.c errno.c execve.c _exit.c fork.c fstat.c getpagesize.c getpid.c gettod.c isatty.c kill.c link.c lseek.c nanosleep.c open.c read.c readlink.c sbrk.c sched.c setitimer.c signal.c stat.c symlink.c sysconf.c times.c unlink.c wait.c write.c context.S makecontext.c inet_addr.c inet_ntoa.c inet_ntop.c inet_pton.c
88
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
99
lib_a_CFLAGS = $(AM_CFLAGS)
1010

0 commit comments

Comments
 (0)