From f78b26fdd889ee687061bb9adf7633954ad90d51 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 13 Jun 2023 23:56:17 -0500 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3