https://git.reactos.org/?p=reactos.git;a=commitdiff;h=69ff796168e0121ed1570…
commit 69ff796168e0121ed15708b0c77809de4a917eeb
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Mon Dec 24 17:03:00 2018 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Mon Dec 24 17:03:00 2018 +0100
Fix the build
---
base/applications/network/net/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/network/net/CMakeLists.txt
b/base/applications/network/net/CMakeLists.txt
index 06313f7386..9139a9aaf9 100644
--- a/base/applications/network/net/CMakeLists.txt
+++ b/base/applications/network/net/CMakeLists.txt
@@ -10,6 +10,7 @@ list(APPEND SOURCE
cmdConfig.c
cmdContinue.c
cmdGroup.c
+ cmdHelp.c
cmdHelpMsg.c
cmdLocalGroup.c
cmdPause.c
@@ -18,7 +19,6 @@ list(APPEND SOURCE
cmdStop.c
cmdUse.c
cmdUser.c
- help.c
net.h)
add_executable(net ${SOURCE} net.rc)