summaryrefslogtreecommitdiffstats
path: root/src/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-28 23:12:26 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-28 23:12:26 (EDT)
commita66f3991715861e1ea6bf5d80df410dc4140fd32 (patch)
treeb8f6c67e3f5ae0b0aac2e5c79c1b50d191111003 /src/local.mk
parentee4c4798715680d091f1bfcf561ce8d747f5088e (diff)
s_client: Stub
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk
index 234479c..6ac396b 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -1,2 +1,4 @@
wolfssl_util_SOURCES += \
- %reldir%/main.c
+ %reldir%/commands.h \
+ %reldir%/main.c \
+ %reldir%/s_client.c