From ebabaa69c0a3ba992895c7a66729e81e0923d5f1 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 5 Apr 2018 17:53:27 +0200 Subject: Initial commit. Signed-off-by: Toni Uhlig --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..db612f1 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,5 @@ +AM_CFLAGS = -pedantic -Wall -std=gnu99 -D_GNU_SOURCE=1 +AM_LDFLAGS = -lssh + +sbin_PROGRAMS = potd +potd_SOURCES = main.c utils.c log.c log_colored.c socket.c server.c server_ssh.c -- cgit v1.2.3