diff --git a/ndhc/CMakeLists.txt b/ndhc/CMakeLists.txt index 51897b6..4e821f6 100644 --- a/ndhc/CMakeLists.txt +++ b/ndhc/CMakeLists.txt @@ -8,7 +8,7 @@ set(NDHC_SRCS packet.c script.c clientpacket.c - dhcpc.c + ndhc.c ) add_executable(ndhc ${NDHC_SRCS}) diff --git a/ndhc/dhcpc.c b/ndhc/ndhc.c similarity index 100% rename from ndhc/dhcpc.c rename to ndhc/ndhc.c