From 76ab44c892003ef7aca130e6abcafc09bdcbf26a Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 7 Nov 2011 21:25:32 +0000 Subject: [PATCH] Move openconnect to sbin Signed-off-by: David Woodhouse --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 710a12c..d036e3d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS += po endif lib_LTLIBRARIES = libopenconnect.la -bin_PROGRAMS = openconnect +sbin_PROGRAMS = openconnect man8_MANS = openconnect.8 openconnect_SOURCES = xml.c main.c dtls.c cstp.c mainloop.c tun.c -- 2.7.4