Move ocserv to sbin

This commit is contained in:
Nikos Mavrogiannopoulos
2013-11-05 19:39:14 +01:00
parent 85f4db201c
commit 1e8d036727

View File

@@ -6,7 +6,8 @@ AM_CPPFLAGS = -I$(srcdir)/../gl/ -I$(builddir)/../gl/ \
EXTRA_DIST = ccan/licenses/BSD-MIT version.inc.in \ EXTRA_DIST = ccan/licenses/BSD-MIT version.inc.in \
ccan/licenses/CC0 ccan/licenses/LGPL-2.1 version.inc ccan/licenses/CC0 ccan/licenses/LGPL-2.1 version.inc
bin_PROGRAMS = ocserv ocpasswd bin_PROGRAMS = ocpasswd
sbin_PROGRAMS = ocserv
CCAN_SOURCES = ccan/build_assert/build_assert.h ccan/check_type/check_type.h \ CCAN_SOURCES = ccan/build_assert/build_assert.h ccan/check_type/check_type.h \
ccan/container_of/container_of.h ccan/hash/hash.c ccan/hash/hash.h \ ccan/container_of/container_of.h ccan/hash/hash.c ccan/hash/hash.h \