aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJulien Dessaux2018-08-26 18:54:19 +0200
committerJulien Dessaux2018-11-02 18:32:59 +0100
commitfecf526ed334c8b987b37a3702e85a08bb7a9e68 (patch)
treeb70f7ba78eb409f12a63c5ac69ef0ba97cf7b269 /GNUmakefile
parentAdded session recording with https://github.com/kilobyte/termrec (diff)
downloadbastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.tar.gz
bastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.tar.bz2
bastion-fecf526ed334c8b987b37a3702e85a08bb7a9e68.zip
Began implementing configuration fetching from an sshportal mysql database
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 52ee070..2de00cf 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,7 +8,7 @@ OBJ=$(sources:.c=.o)
all: bastion
bastion: $(OBJ)
- $(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty
+ $(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty -lmysqlclient
clean:
$(RM) bastion *.[do] src/*.[do]