diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |