mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: add [clean_]libsmbclient_examples targets to top level Makefile
Michael
(This used to be commit b476400f0a
)
This commit is contained in:
parent
fb0b833001
commit
fdb4fcf30c
@ -2720,3 +2720,14 @@ valgrindtest:: all torture timelimit
|
||||
SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
|
||||
VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
|
||||
PERL="$(PERL)" $(srcdir)/script/tests/selftest.sh ${selftest_prefix} all "${smbtorture4_path}"
|
||||
|
||||
|
||||
##
|
||||
## Examples:
|
||||
##
|
||||
|
||||
libsmbclient_examples:
|
||||
$(MAKE) -C ../examples/libsmbclient -f Makefile.internal
|
||||
|
||||
clean_libsmbclient_examples:
|
||||
$(MAKE) -C ../examples/libsmbclient -f Makefile.internal clean
|
||||
|
Loading…
Reference in New Issue
Block a user