From 23bcd14d85b272e486ff90e1f761dadd4d9508e1 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 19 Dec 2017 02:03:02 +0100 Subject: ptunnel-ng: * autotools set/use package version string * autotools renamed output binary to ptunnel-ng * more "intuitive" short options * removed ptunnel version info, copyright update --- src/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b51bad2..4e802cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,15 @@ -bin_PROGRAMS = ptunnel +bin_PROGRAMS = ptunnel-ng +man8_MANS = ptunnel-ng.8 -ptunnel_CFLAGS = -Wall +ptunnel_ng_CFLAGS = -Wall if HAVE_PCAP -ptunnel_CFLAGS += -DHAVE_PCAP=1 +ptunnel_ng_CFLAGS += -DHAVE_PCAP=1 endif if HAVE_SELINUX -ptunnel_CFLAGS += -DHAVE_SELINUX=1 +ptunnel_ng_CFLAGS += -DHAVE_SELINUX=1 endif -ptunnel_SOURCES = \ +ptunnel_ng_SOURCES = \ md5.c \ challenge.c \ options.c \ -- cgit v1.2.3