@@ -34,7 +34,7 @@ if (NOT EMSCRIPTEN)
target_link_libraries(ncdrequest base system ncdvalgenerator ncdvalparser)
list(APPEND NCD_ADDITIONAL_SOURCES
- NCDIfConfig.c
+ extra/NCDIfConfig.c
extra/build_cmdline.c
modules/command_template.c
modules/event_template.c
@@ -45,7 +45,7 @@
#include <misc/debug.h>
#include <base/BLog.h>
-#include <ncd/NCDIfConfig.h>
+#include "NCDIfConfig.h"
#include <generated/blog_channel_NCDIfConfig.h>
@@ -38,7 +38,7 @@
#include <misc/cmdline.h>
#include <ncd/NCDModule.h>
+#include <ncd/extra/NCDIfConfig.h>
#include <generated/blog_channel_ncd_net_backend_badvpn.h>
@@ -41,7 +41,7 @@
#include <misc/parse_number.h>
#include <generated/blog_channel_ncd_net_backend_waitdevice.h>
#include <misc/get_iface_info.h>
#include <ncd/extra/NCDInterfaceMonitor.h>
#include <generated/blog_channel_ncd_net_backend_waitlink.h>
@@ -43,7 +43,7 @@
#include <misc/compare.h>
#include <structure/LinkedList1.h>
#include <ncd/extra/value_utils.h>
#include <generated/blog_channel_ncd_net_dns.h>
@@ -44,7 +44,7 @@
#include <string.h>
#include <generated/blog_channel_ncd_net_ipv4_addr.h>
@@ -48,7 +48,7 @@
#include <generated/blog_channel_ncd_net_ipv4_route.h>
#include <generated/blog_channel_ncd_net_ipv6_addr.h>
@@ -50,7 +50,7 @@
#include <generated/blog_channel_ncd_net_ipv6_route.h>
#include <stdlib.h>
#include <generated/blog_channel_ncd_net_up.h>