summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2023-06-13 23:56:17 -0500
committerDanny Holman <dholman@gymli.org>2023-06-13 23:56:17 -0500
commitf78b26fdd889ee687061bb9adf7633954ad90d51 (patch)
tree83723069144e091489b4020646dddae8755a7827 /configure.ac
parentf934c195b3b89357de1052dfdcb5ce8ec6b834d0 (diff)
client: add a reference client
Add a reference client that will act as an example of what the client program should accomplish given a command from the C&C server. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b88ec6e..ee7dd5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,5 +7,6 @@ AM_INIT_AUTOMAKE([1.16 -Wall -Werror foreign subdir-objects])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([server])
+AC_CONFIG_SUBDIRS([client])
AC_OUTPUT