From 0a0dd2d52212764edd0b6fbe649c64abf120f937 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Sun, 10 May 2009 19:43:50 +0200 Subject: add ipv6 support --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d1f03cd..a434eea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,8 +19,8 @@ bin_PROGRAMS = bidilink bidilink_SOURCES = bidilink.c client-tty.h exec.h server-tty.h std.h \ - client-tcp.c client-unix.c server-tcp.c server-unix.c stream.c \ - client-tcp.h client-unix.h server-tcp.h server-unix.h stream.h \ + client-tcp.c client-tcp6.c client-unix.c server-tcp.c server-tcp6.c server-unix.c stream.c \ + client-tcp.h client-tcp6.h client-unix.h server-tcp.h server-tcp6.h server-unix.h stream.h \ client-tty.c exec.c server-tty.c std.c bidilink_CFLAGS = -DLOCKDIR="\"$(LOCKDIR)\"" -- cgit