aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2019-02-04 01:59:45 +0100
committerlns <matzeton@googlemail.com>2019-02-04 01:59:45 +0100
commit4108483d922ae036f8f51a9532e25787fd5dd376 (patch)
treebc5c32b2eb1f0e41c668390f103ff086c698ada8 /src/Makefile.am
parent4f74e5f5c4ba15f1ea02e7425c18cbd06642ce2e (diff)
fixes merge related problems with branch feature/jail_packet
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6e2b390..8807040 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,6 @@
sbin_PROGRAMS = potd
potd_SOURCES = compat.c utils.c options.c log.c log_colored.c log_file.c socket.c pevent.c capabilities.c filesystem.c jail_packet.c jail.c forward.c redirector.c protocol.c protocol_ssh.c main.c
+potd_LDADD = @potd_LIBS@
if HAVE_SECCOMP
potd_SOURCES += pseccomp.c
endif