Skip to content

Commit

Permalink
cmake: add missing netlib_set_ipv4dnsaddr.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl authored and xiaoxiang781216 committed Jun 5, 2024
1 parent 920bd8f commit c644ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netutils/netlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if(CONFIG_NETUTILS_NETLIB)
list(APPEND SRCS netlib_prefix2ipv6netmask.c netlib_ipv6netmask2prefix.c)
list(APPEND SRCS netlib_ipv6adaptor.c)
if(CONFIG_NET_ICMPv6_AUTOCONF)
list(APPEND SRCS netlib_autoconfig.c)
list(APPEND SRCS netlib_autoconfig.c netlib_obtainipv6addr.c)
endif()
if(CONFIG_NETDB_DNSCLIENT)
list(APPEND SRCS netlib_setipv6dnsaddr.c)
Expand Down

0 comments on commit c644ef4

Please sign in to comment.