X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;fp=CMakeLists.txt;h=0db7aed1a50c0bc727cd2a6284768b62b868cc26;hb=806ebbc1f4dd848c2d19b56f5be84db16fada612;hp=a268553a1c91fa5559fe96047fa392352ff37aa4;hpb=770741e98f2569ec0b00251ba9bf17a92e89221e;p=odhcp6c.git diff --git a/CMakeLists.txt b/CMakeLists.txt index a268553..0db7aed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,7 @@ set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g -std=c99") add_definitions(-D_GNU_SOURCE -Wall -Werror -Wextra -pedantic) -add_executable(odhcp6c src/odhcp6c.c src/dhcpv6.c - src/rtnetlink.c src/script.c) +add_executable(odhcp6c src/odhcp6c.c src/dhcpv6.c src/ra.c src/script.c) target_link_libraries(odhcp6c resolv) # Installation