mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
r23481: As per metze's suggestion, move the nsstest files from torture/ to nsswitch/
(This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)
This commit is contained in:
parent
91adebe749
commit
b163ab8008
@ -25,7 +25,7 @@ m4_include(lib/util/time.m4)
|
||||
m4_include(lib/popt/samba.m4)
|
||||
m4_include(lib/charset/config.m4)
|
||||
m4_include(lib/socket/config.m4)
|
||||
m4_include(torture/nsstest.m4)
|
||||
m4_include(nsswitch/nsstest.m4)
|
||||
|
||||
#SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.0,
|
||||
# [samba_cv_internal_talloc=no],
|
||||
|
@ -3,3 +3,15 @@ VERSION = 0.0.1
|
||||
SO_VERSION = 0
|
||||
DESCRIPTION = Client library for communicating with winbind
|
||||
OBJ_FILES = wb_common.o
|
||||
|
||||
#################################
|
||||
# Start BINARY nsstest
|
||||
[BINARY::nsstest]
|
||||
INSTALLDIR = BINDIR
|
||||
OBJ_FILES = \
|
||||
nsstest.o
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBSAMBA-UTIL \
|
||||
LIBREPLACE_EXT
|
||||
# End BINARY nsstest
|
||||
#################################
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include "torture/nsstest.h"
|
||||
#include "nsswitch/nsstest.h"
|
||||
|
||||
static const char *so_path = "/lib/libnss_winbind.so";
|
||||
static const char *nss_name = "winbind";
|
@ -358,18 +358,6 @@ MANPAGE = man/locktest.1
|
||||
# End BINARY locktest
|
||||
#################################
|
||||
|
||||
#################################
|
||||
# Start BINARY nsstest
|
||||
[BINARY::nsstest]
|
||||
INSTALLDIR = BINDIR
|
||||
OBJ_FILES = \
|
||||
nsstest.o
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBSAMBA-UTIL \
|
||||
LIBREPLACE_EXT
|
||||
# End BINARY nsstest
|
||||
#################################
|
||||
|
||||
GCOV_FLAGS = -ftest-coverage -fprofile-arcs
|
||||
GCOV_LIBS = -lgcov
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user