summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-03-04 10:20:36 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-05 11:35:27 -0700
commitec90f133fc7866869f5bcbe0aa39be9f49816521 (patch)
tree44aaea714b7d6ff0af38615c8407f564af71059b /testsuites
parentinclude: Add telnetd.h (diff)
downloadrtems-net-legacy-ec90f133fc7866869f5bcbe0aa39be9f49816521.tar.bz2
netlegacy: Build libtelnetd.a and install header file in correct location
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/telnetd01/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/telnetd01/wscript b/testsuites/telnetd01/wscript
index 8a48b90..fd573be 100644
--- a/testsuites/telnetd01/wscript
+++ b/testsuites/telnetd01/wscript
@@ -42,5 +42,5 @@ def build(bld):
features='c cprogram',
cfags=['-O2', '-g'],
includes='. .. ../include ../../ ../../include',
- use=['networking'],
+ use=['telnetd', 'networking'],
source='init.c')